diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4334d05a9c6..b2a42d3dc834 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -148,7 +148,7 @@ jobs: - name: Build uses: ./.github/actions/prepare-build - - name: Run integrations tests + - name: Run integration tests run: yarn test-integration env: CI: true diff --git a/packages/integration-tests/tests/__snapshots__/flat-config-types.test.ts.snap b/packages/integration-tests/tests/__snapshots__/flat-config-types.test.ts.snap index 31c182ce621f..e6313ebeb826 100644 --- a/packages/integration-tests/tests/__snapshots__/flat-config-types.test.ts.snap +++ b/packages/integration-tests/tests/__snapshots__/flat-config-types.test.ts.snap @@ -16,7 +16,7 @@ exports[`flat-config-types eslint should work successfully 1`] = ` "line": 38, "message": "'_otherCases' is defined but never used.", "messageId": "unusedVar", - "nodeType": "Identifier", + "nodeType": null, "ruleId": "@typescript-eslint/no-unused-vars", "severity": 2, }, diff --git a/packages/integration-tests/tests/__snapshots__/recommended-does-not-require-program.test.ts.snap b/packages/integration-tests/tests/__snapshots__/recommended-does-not-require-program.test.ts.snap index 8feccdc5b0ef..ae2bd5a863e8 100644 --- a/packages/integration-tests/tests/__snapshots__/recommended-does-not-require-program.test.ts.snap +++ b/packages/integration-tests/tests/__snapshots__/recommended-does-not-require-program.test.ts.snap @@ -11,12 +11,12 @@ exports[`recommended-does-not-require-program eslint should work successfully 1` "messages": [ { "column": 7, - "endColumn": 19, + "endColumn": 10, "endLine": 1, "line": 1, "message": "'foo' is assigned a value but never used.", "messageId": "unusedVar", - "nodeType": "Identifier", + "nodeType": null, "ruleId": "@typescript-eslint/no-unused-vars", "severity": 2, }, diff --git a/packages/integration-tests/tests/__snapshots__/vue-sfc.test.ts.snap b/packages/integration-tests/tests/__snapshots__/vue-sfc.test.ts.snap index f012057ae90f..e9bdbb48349d 100644 --- a/packages/integration-tests/tests/__snapshots__/vue-sfc.test.ts.snap +++ b/packages/integration-tests/tests/__snapshots__/vue-sfc.test.ts.snap @@ -11,7 +11,7 @@ exports[`vue-sfc eslint should work successfully 1`] = ` "messages": [ { "fatal": true, - "message": "Parsing error: Cannot read file '/usr/linked/tsconfig.json'.", + "message": "Parsing error: error TS5012: Cannot read file '/usr/linked/tsconfig.json': ENOENT: no such file or directory, open '/usr/linked/tsconfig.json'.", "nodeType": null, "ruleId": null, "severity": 2, @@ -75,7 +75,7 @@ export default Vue.extend({ "messages": [ { "fatal": true, - "message": "Parsing error: Cannot read file '/usr/linked/tsconfig.json'.", + "message": "Parsing error: error TS5012: Cannot read file '/usr/linked/tsconfig.json': ENOENT: no such file or directory, open '/usr/linked/tsconfig.json'.", "nodeType": null, "ruleId": null, "severity": 2, @@ -115,7 +115,7 @@ export default class Utility { "messages": [ { "fatal": true, - "message": "Parsing error: Cannot read file '/usr/linked/tsconfig.json'.", + "message": "Parsing error: error TS5012: Cannot read file '/usr/linked/tsconfig.json': ENOENT: no such file or directory, open '/usr/linked/tsconfig.json'.", "nodeType": null, "ruleId": null, "severity": 2,