Skip to content

Commit 6abab65

Browse files
committed
fix pristine snapshots
run ci
1 parent 05ce462 commit 6abab65

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

system-tests/.eslintignore

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1+
# purposeful syntax errors
12
system-tests/projects/config-with-ts-module-error/cypress.config.ts
23
system-tests/projects/config-with-ts-syntax-error/cypress.config.ts
34
system-tests/projects/e2e/cypress/e2e/stdout_exit_early_failing.cy.js
45
system-tests/projects/e2e/cypress/e2e/typescript_syntax_error.cy.ts
56
system-tests/projects/e2e/lib/fail.js
67
system-tests/projects/e2e/static/fail.js
7-
system-tests/projects/e2e/static/jquery.js
88
system-tests/projects/ids/cypress/e2e/dom.jsx
99
system-tests/projects/no-specs/src/Invalid.jsx
1010
system-tests/projects/todos/tests/_fixtures/bad_js.js
@@ -14,3 +14,13 @@ system-tests/projects/todos/tests/_fixtures/nested/fixture.js
1414
system-tests/projects/todos/tests/_fixtures/no_format.js
1515
system-tests/projects/todos/tests/_fixtures/trailing_new_line.js
1616
system-tests/projects/todos/tests/_fixtures/user.js
17+
18+
# 3rd party
19+
system-tests/projects/e2e/static/jquery.js
20+
21+
# snapshots
22+
system-tests/projects/pristine/expected-cypress-js-e2e/cypress.config.js
23+
system-tests/projects/pristine-module/expected-cypress-js-e2e/cypress.config.js
24+
system-tests/projects/pristine/expected-cypress-js-e2e-without-fixtures/cypress.config.js
25+
system-tests/projects/pristine/expected-cypress-js-component-create-react-app-v5/cypress.config.js
26+
system-tests/projects/pristine-cjs-project/expected-cypress-js-component-vue.js-3-webpack/cypress.config.js

0 commit comments

Comments
 (0)