Don't run tests in random order

This commit is contained in:
JC Brand 2020-06-04 14:47:33 +02:00
parent 7b0e9df41e
commit 994fdb9e37
1 changed files with 6 additions and 0 deletions

View File

@ -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