Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: unexpected-error test expects non-colored output
The assertions in unexpected-error.spec.ts expect the output being tested to not contain ANSI color codes. To ensure that is always the case, set FORCE_COLOR="0" so node doesn't output colors. Without this change, this test will pass or fail depending upon the terminal being used to run the tests. With this change, the test runs consistently.
- Loading branch information