I have a small test suite that passes locally, but when pushed to CircleCI, it appears an extra test is run. 250 tests locally, 251 tests on CI. The failing test is the following:
not ok 251 PhantomJS 1.9 - JSHint - validators: global failure
---
actual: >
null
message: >
Script error.
Log: >
...
What would be causing this extra test to run? I don’t believe I have a actual script error.