How can I control the order my test are run in?
Aperta
- Lingua principale
- JavaScript
- Stelle
- 1.9k
- Fork
- 359
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Test run in a random order. With the code bellow test/test1.js is not always run before test/test2.js.
```
var reporter = require('nodeunit').reporters.default;
reporter.run(['test/test1.js','test/test2.js']);
```
Is there a work around?
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.