Skip to content

Commit c8c49e8

Browse files
committed
Update for lint errors
1 parent 252b81f commit c8c49e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/fixture/markdown_plugin_invalid_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ describe('fixture/markdown plugin invalid:', function () {
1818

1919
it('fails', function () {
2020
expect(this.err).toExist()
21-
expect(this.err.message).toEqual(`Can't find module 'markdown-it-lalalala'`)
21+
expect(this.err.message).toEqual("Can't find module 'markdown-it-lalalala'")
2222
})
2323
})

test/index/missing_pages_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ describe('index/missing pages:', function () {
2828

2929
it('works', function () {
3030
expect(this.err).toExist()
31-
expect(this.err.message).toEqual(`Invalid reference 'docs/getting-started.md'`)
31+
expect(this.err.message).toEqual("Invalid reference 'docs/getting-started.md'")
3232
})
3333
})

0 commit comments

Comments
 (0)