Browse Source

Don't run tests in random order

JC Brand 5 years ago
parent
commit
994fdb9e37
1 changed files with 6 additions and 0 deletions
  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