Skip to content
This repository was archived by the owner on Jul 27, 2021. It is now read-only.

Commit 1041c7f

Browse files
committed
Fix: message changed in the latest eslint loader
1 parent 22858b5 commit 1041c7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ test('integration : should display eslint warnings', t => {
5858
' warning in ./fixtures/eslint-warnings/index.js',
5959
'',
6060
`${__dirname}/fixtures/eslint-warnings/index.js
61-
1:7 warning 'unused' is defined but never used no-unused-vars
61+
1:7 warning 'unused' is assigned a value but never used no-unused-vars
6262
6363
✖ 1 problem (0 errors, 1 warning)
6464
`,

0 commit comments

Comments
 (0)