jamesplease / jamesplease/es6-node-boilerplate
Tests always exit with status code 0
Open
bug
- Dominant language
- JavaScript
- Stars
- 22
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Regardless of whether tests pass the task will exit with a status code 0.
Verified by cloning and adding the following test
``` js
expect(false).to.be.ok;
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the issue by adding the shown failing assertion and running the repository's test task, then trace the test entry point that determines the process status. Done means a failing test causes a nonzero exit status while passing tests still exit successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- testing
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100