Describe the issue
When a catastrophic error happens the output of tap-arc is success. It should be an error, just as if a test failed.
Steps to reproduce
Steps to reproduce the behavior:
- Add anything to a test that would throw a catastrophic error such as an invalid import:
const { hello } = require('./this-is-a-fake-path')
- Run
tap-arc and check how even though you get errors, the output still returns success, which would make a pipeline step assume nothing went wrong with the tests.
Expected behavior
When a catastrophic error happens, the output of tap-arc should indicate failure (return 1).
Screenshots

(Green arrow in Oh My Zsh indicates successful execution of last command, while red indicates failure.)
Desktop
Please complete the following information (if appropriate):
- OS: Manjaro Linux
- Version:
0.3.3
Describe the issue
When a catastrophic error happens the output of tap-arc is success. It should be an error, just as if a test failed.
Steps to reproduce
Steps to reproduce the behavior:
const { hello } = require('./this-is-a-fake-path')tap-arcand check how even though you get errors, the output still returns success, which would make a pipeline step assume nothing went wrong with the tests.Expected behavior
When a catastrophic error happens, the output of
tap-arcshould indicate failure (return 1).Screenshots

(Green arrow in Oh My Zsh indicates successful execution of last command, while red indicates failure.)
Desktop
Please complete the following information (if appropriate):
0.3.3