jamesplease / jamesplease/es6-node-boilerplate

Tests always exit with status code 0

Open
#4 2 comments 0 reactions 0 assignees View on GitHub
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.