From 50055ec6b15149d205e74c2cecac9012ebae9a36 Mon Sep 17 00:00:00 2001 From: Brad Zacher Date: Sat, 31 Jul 2021 14:39:24 -0700 Subject: [PATCH] test: fix more integration test snapshots --- tests/integration/fixtures/eslint-v6/test.js.snap | 1 + tests/integration/fixtures/markdown/test.js.snap | 1 + .../fixtures/recommended-does-not-require-program/test.js.snap | 1 + tests/integration/fixtures/vue-jsx/test.js.snap | 1 + tests/integration/fixtures/vue-sfc/test.js.snap | 3 +++ 5 files changed, 7 insertions(+) diff --git a/tests/integration/fixtures/eslint-v6/test.js.snap b/tests/integration/fixtures/eslint-v6/test.js.snap index 350194ef759..c15f60f0ff9 100644 --- a/tests/integration/fixtures/eslint-v6/test.js.snap +++ b/tests/integration/fixtures/eslint-v6/test.js.snap @@ -4,6 +4,7 @@ exports[`it should produce the expected lint ouput 1`] = ` Array [ Object { "errorCount": 1, + "fatalErrorCount": 0, "filePath": "/usr/linked/index.ts", "fixableErrorCount": 0, "fixableWarningCount": 0, diff --git a/tests/integration/fixtures/markdown/test.js.snap b/tests/integration/fixtures/markdown/test.js.snap index 8663838f7ed..67725201aa8 100644 --- a/tests/integration/fixtures/markdown/test.js.snap +++ b/tests/integration/fixtures/markdown/test.js.snap @@ -4,6 +4,7 @@ exports[`it should produce the expected lint ouput 1`] = ` Array [ Object { "errorCount": 10, + "fatalErrorCount": 0, "filePath": "/usr/linked/Doc.md", "fixableErrorCount": 0, "fixableWarningCount": 0, diff --git a/tests/integration/fixtures/recommended-does-not-require-program/test.js.snap b/tests/integration/fixtures/recommended-does-not-require-program/test.js.snap index b313deb408b..5b77306e554 100644 --- a/tests/integration/fixtures/recommended-does-not-require-program/test.js.snap +++ b/tests/integration/fixtures/recommended-does-not-require-program/test.js.snap @@ -4,6 +4,7 @@ exports[`it should produce the expected lint ouput 1`] = ` Array [ Object { "errorCount": 1, + "fatalErrorCount": 0, "filePath": "/usr/linked/index.ts", "fixableErrorCount": 1, "fixableWarningCount": 0, diff --git a/tests/integration/fixtures/vue-jsx/test.js.snap b/tests/integration/fixtures/vue-jsx/test.js.snap index 3f0b716085b..6877b71a7e8 100644 --- a/tests/integration/fixtures/vue-jsx/test.js.snap +++ b/tests/integration/fixtures/vue-jsx/test.js.snap @@ -4,6 +4,7 @@ exports[`it should produce the expected lint ouput 1`] = ` Array [ Object { "errorCount": 1, + "fatalErrorCount": 0, "filePath": "/usr/linked/Jsx.vue", "fixableErrorCount": 0, "fixableWarningCount": 0, diff --git a/tests/integration/fixtures/vue-sfc/test.js.snap b/tests/integration/fixtures/vue-sfc/test.js.snap index ac5804574da..3c0d7fc68a3 100644 --- a/tests/integration/fixtures/vue-sfc/test.js.snap +++ b/tests/integration/fixtures/vue-sfc/test.js.snap @@ -4,6 +4,7 @@ exports[`it should produce the expected lint ouput 1`] = ` Array [ Object { "errorCount": 1, + "fatalErrorCount": 0, "filePath": "/usr/linked/Hello.vue", "fixableErrorCount": 0, "fixableWarningCount": 0, @@ -89,6 +90,7 @@ export default Vue.extend({ }, Object { "errorCount": 0, + "fatalErrorCount": 0, "filePath": "/usr/linked/Utility.vue", "fixableErrorCount": 0, "fixableWarningCount": 0, @@ -114,6 +116,7 @@ export default class Utility { }, Object { "errorCount": 0, + "fatalErrorCount": 0, "filePath": "/usr/linked/World.vue", "fixableErrorCount": 0, "fixableWarningCount": 0,