Skip to content

Commit 830793e

Browse files
committed
test: eslint-plugin-putout: coverage
1 parent 24e8ea2 commit 830793e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-plugin-putout/lib/putout/parse-error.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ test('eslint-plugin-putout: putout: parse-error: ESM', (t) => {
3838
message,
3939
});
4040

41-
const expected = `☝️ Looks like 'xx.js' is ESM, extend from 'plugin:putout/esm'`;
41+
const expected = `☝️ Looks like 'xx.js' is ESM, consider updating node to >= v20.19`;
4242

4343
t.equal(result, expected);
4444
t.end();

0 commit comments

Comments
 (0)