瀏覽代碼

Don't run tests in random order

JC Brand 5 年之前
父節點
當前提交
994fdb9e37
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      karma.conf.js

+ 6 - 0
karma.conf.js

@@ -63,6 +63,12 @@ module.exports = function(config) {
       "/dist/\@fortawesome/fontawesome-free/sprites/solid.svg": "/base/dist/\@fortawesome/fontawesome-free/sprites/solid.svg"
     },
 
+    client: {
+      jasmine: {
+        random: false
+      }
+    },
+
     exclude: ['**/*.sw?'],
 
     // preprocess matching files before serving them to the browser