Running the same test file multiple times ignores it’s setUp function
Open
- Dominant language
- JavaScript
- Stars
- 1.9k
- Forks
- 359
- PR merge metrics
- No merged PRs in 30d
Description
When passing the same file multiple times to the nodeunit executable, the tests indeed run multiple times, but the setUp function is just called the first time.
Demonstration:
https://github.com/fsvehla/nodeunit-bug-multiple-runs
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.