Skip to content

Commit

Permalink
test: fix more integration test snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
bradzacher committed Jul 31, 2021
1 parent 6848681 commit 50055ec
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/fixtures/eslint-v6/test.js.snap
Expand Up @@ -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,
Expand Down
1 change: 1 addition & 0 deletions tests/integration/fixtures/markdown/test.js.snap
Expand Up @@ -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,
Expand Down
Expand Up @@ -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,
Expand Down
1 change: 1 addition & 0 deletions tests/integration/fixtures/vue-jsx/test.js.snap
Expand Up @@ -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,
Expand Down
3 changes: 3 additions & 0 deletions tests/integration/fixtures/vue-sfc/test.js.snap
Expand Up @@ -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,
Expand Down Expand Up @@ -89,6 +90,7 @@ export default Vue.extend({
},
Object {
"errorCount": 0,
"fatalErrorCount": 0,
"filePath": "/usr/linked/Utility.vue",
"fixableErrorCount": 0,
"fixableWarningCount": 0,
Expand All @@ -114,6 +116,7 @@ export default class Utility {
},
Object {
"errorCount": 0,
"fatalErrorCount": 0,
"filePath": "/usr/linked/World.vue",
"fixableErrorCount": 0,
"fixableWarningCount": 0,
Expand Down

0 comments on commit 50055ec

Please sign in to comment.