Skip to content

Commit 68739b2

Browse files
authored
test: update integration test snapshot (typescript-eslint#9037)
1 parent 7984ef7 commit 68739b2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/integration-tests/tests/__snapshots__/flat-config-types.test.ts.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ exports[`flat-config-types eslint should work successfully 1`] = `
1616
"line": 38,
1717
"message": "'_otherCases' is defined but never used.",
1818
"messageId": "unusedVar",
19-
"nodeType": "Identifier",
19+
"nodeType": null,
2020
"ruleId": "@typescript-eslint/no-unused-vars",
2121
"severity": 2,
2222
},

packages/integration-tests/tests/__snapshots__/recommended-does-not-require-program.test.ts.snap

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ exports[`recommended-does-not-require-program eslint should work successfully 1`
1111
"messages": [
1212
{
1313
"column": 7,
14-
"endColumn": 19,
14+
"endColumn": 10,
1515
"endLine": 1,
1616
"line": 1,
1717
"message": "'foo' is assigned a value but never used.",
1818
"messageId": "unusedVar",
19-
"nodeType": "Identifier",
19+
"nodeType": null,
2020
"ruleId": "@typescript-eslint/no-unused-vars",
2121
"severity": 2,
2222
},

0 commit comments

Comments
 (0)