Skip to content

Commit a26bd3c

Browse files
committed
chore: update e2e test snapshots
1 parent 4c55172 commit a26bd3c

5 files changed

+5
-5
lines changed

e2e/src/__snapshots__/inline-template-fixer.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ exports[`inline-template-fixer should generate the expected inline template fixe
3030
"karma-jasmine": "~5.1.0",
3131
"karma-jasmine-html-reporter": "~2.1.0",
3232
"typescript": "~5.X.X",
33-
"typescript-eslint": "8.16.0"
33+
"typescript-eslint": "8.17.0"
3434
}
3535
`;

e2e/src/__snapshots__/new-workspace-create-application-false-ng-add-then-project.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ exports[`new-workspace-create-application-false-ng-add-then-project should pass
1515
"karma-jasmine": "~5.1.0",
1616
"karma-jasmine-html-reporter": "~2.1.0",
1717
"typescript": "~5.X.X",
18-
"typescript-eslint": "8.16.0"
18+
"typescript-eslint": "8.17.0"
1919
}
2020
`;
2121

e2e/src/__snapshots__/new-workspace-create-application-false-project-then-ng-add.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ exports[`new-workspace-create-application-false-project-then-ng-add should pass
1515
"karma-jasmine": "~5.1.0",
1616
"karma-jasmine-html-reporter": "~2.1.0",
1717
"typescript": "~5.X.X",
18-
"typescript-eslint": "8.16.0"
18+
"typescript-eslint": "8.17.0"
1919
}
2020
`;
2121

e2e/src/__snapshots__/new-workspace-type-module.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ exports[`new-workspace-type-module should pass linting after creating a new work
1616
"karma-jasmine-html-reporter": "~2.1.0",
1717
"ng-packagr": "^19.X.X",
1818
"typescript": "~5.X.X",
19-
"typescript-eslint": "8.16.0"
19+
"typescript-eslint": "8.17.0"
2020
}
2121
`;
2222

e2e/src/__snapshots__/new-workspace.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ exports[`new-workspace should pass linting after creating a new workspace from s
1616
"karma-jasmine-html-reporter": "~2.1.0",
1717
"ng-packagr": "^19.X.X",
1818
"typescript": "~5.X.X",
19-
"typescript-eslint": "8.16.0"
19+
"typescript-eslint": "8.17.0"
2020
}
2121
`;
2222

0 commit comments

Comments
 (0)