Closed shawninder closed 9 years ago
Tests all pass when run separately, but the error test fails on npm test. This is super weird and may be a symptom of a bigger problem
error
npm test
gaston test -r node -s test/node/batch.js && gaston test -r node -s test/node/errors.js also works without errors. Only letting gaston run all the tests via a single command makes this test fail...
gaston test -r node -s test/node/batch.js && gaston test -r node -s test/node/errors.js
Tests all pass when run separately, but the
error
test fails onnpm test
. This is super weird and may be a symptom of a bigger problem