Skip to content

Commit

Permalink
test(citrus-simulator-ui): exclude playwright-report in eslintrc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
muellerfluri committed Sep 4, 2024
1 parent 5caf1b2 commit 78acf30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions simulator-ui/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"sourceType": "module",
"project": ["./tsconfig.app.json", "./tsconfig.spec.json"]
},
"ignorePatterns": ["playwright-report"],
"rules": {
"@angular-eslint/component-selector": [
"error",
Expand Down
2 changes: 1 addition & 1 deletion simulator-ui/tsconfig.spec.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "./tsconfig.json",
"include": ["src/main/webapp/**/*.ts", "tests/*.ts"],
"include": ["src/main/webapp/**/*.ts", "tests/*.ts", "playwright.config.ts"],
"compilerOptions": {
"composite": true,
"outDir": "target/out-tsc/spec",
Expand Down

0 comments on commit 78acf30

Please sign in to comment.