Don't run tests in random order
This commit is contained in:
parent
7b0e9df41e
commit
994fdb9e37
@ -63,6 +63,12 @@ module.exports = function(config) {
|
|||||||
"/dist/\@fortawesome/fontawesome-free/sprites/solid.svg": "/base/dist/\@fortawesome/fontawesome-free/sprites/solid.svg"
|
"/dist/\@fortawesome/fontawesome-free/sprites/solid.svg": "/base/dist/\@fortawesome/fontawesome-free/sprites/solid.svg"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
client: {
|
||||||
|
jasmine: {
|
||||||
|
random: false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
exclude: ['**/*.sw?'],
|
exclude: ['**/*.sw?'],
|
||||||
|
|
||||||
// preprocess matching files before serving them to the browser
|
// preprocess matching files before serving them to the browser
|
||||||
|
Loading…
Reference in New Issue
Block a user