caolan / caolan/nodeunit

How can I control the order my test are run in?

Abierto
#116 0 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
JavaScript
Estrellas
1.9k
Forks
359
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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?

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.