Selaa lähdekoodia

Don't run tests in random order

JC Brand 5 vuotta sitten
vanhempi
commit
994fdb9e37
1 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  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