Skip to content

Commit

Permalink
chore: Fix errant newline in spec
Browse files Browse the repository at this point in the history
  • Loading branch information
NickTomlin committed Sep 20, 2017
1 parent 17376fe commit 87c9313
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/unit/parsers/standard.test.js
Expand Up @@ -49,7 +49,6 @@ context('standardParser', function () {

it('properly finds specs in mocha Context based stack traces', () => {
const output = readFixture('failed-mocha-test-output.txt')

expect(standardParser.parse(output)).to.eql([
'test-v2-e2e/filling.e2e.js'
])
Expand Down

0 comments on commit 87c9313

Please sign in to comment.