Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
exclude test files
  • Loading branch information
Nicole Garcia committed Sep 30, 2022
commit 086b86dc66cc20a7f7cfe1c2e2c23d1e43aee86a
3 changes: 3 additions & 0 deletions tsconfig.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@
"include": [
"src/**/*.spec.ts",
"src/**/*.d.ts"
],
"exclude": [
"src/app/app-routing.module.ts"
]
}