Commit 994fdb9e authored by JC Brand's avatar JC Brand

Don't run tests in random order

parent 7b0e9df4
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment