Skip to content

Commit 80f7708

Browse files
committed
test: update snapshots
1 parent e55b282 commit 80f7708

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

e2e/plugin-eslint-e2e/tests/__snapshots__/collect.e2e.test.ts.snap

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
22

3-
exports[`collect report with eslint-plugin NPM package > should run ESLint plugin for flat config and create report.json 1`] = `
3+
exports[`PLUGIN collect report with eslint-plugin NPM package > should run ESLint plugin for flat config and create report.json 1`] = `
44
{
55
"packageName": "@code-pushup/core",
66
"plugins": [
@@ -14,7 +14,7 @@ exports[`collect report with eslint-plugin NPM package > should run ESLint plugi
1414
"message": "Expected '===' and instead saw '=='.",
1515
"severity": "error",
1616
"source": {
17-
"file": "tmp/e2e/plugin-eslint-e2e/flat-config/src/index.js",
17+
"file": "tmp/e2e/plugin-eslint-e2e/__test__/flat-config/src/index.js",
1818
"position": {
1919
"endColumn": 15,
2020
"endLine": 6,
@@ -58,7 +58,7 @@ Custom options:
5858
"message": "'unusedFn' is defined but never used.",
5959
"severity": "warning",
6060
"source": {
61-
"file": "tmp/e2e/plugin-eslint-e2e/flat-config/src/index.js",
61+
"file": "tmp/e2e/plugin-eslint-e2e/__test__/flat-config/src/index.js",
6262
"position": {
6363
"endColumn": 18,
6464
"endLine": 1,
@@ -116,7 +116,7 @@ Custom options:
116116
}
117117
`;
118118
119-
exports[`collect report with eslint-plugin NPM package > should run ESLint plugin for legacy config and create report.json 1`] = `
119+
exports[`PLUGIN collect report with eslint-plugin NPM package > should run ESLint plugin for legacy config and create report.json 1`] = `
120120
{
121121
"packageName": "@code-pushup/core",
122122
"plugins": [
@@ -130,7 +130,7 @@ exports[`collect report with eslint-plugin NPM package > should run ESLint plugi
130130
"message": "'unusedFn' is defined but never used.",
131131
"severity": "error",
132132
"source": {
133-
"file": "tmp/e2e/plugin-eslint-e2e/legacy-config/src/index.js",
133+
"file": "tmp/e2e/plugin-eslint-e2e/__test__/legacy-config/src/index.js",
134134
"position": {
135135
"endColumn": 18,
136136
"endLine": 1,
@@ -156,7 +156,7 @@ exports[`collect report with eslint-plugin NPM package > should run ESLint plugi
156156
"message": "Unexpected console statement.",
157157
"severity": "warning",
158158
"source": {
159-
"file": "tmp/e2e/plugin-eslint-e2e/legacy-config/src/index.js",
159+
"file": "tmp/e2e/plugin-eslint-e2e/__test__/legacy-config/src/index.js",
160160
"position": {
161161
"endColumn": 14,
162162
"endLine": 5,

0 commit comments

Comments
 (0)