Skip to content

Commit

Permalink
add unit tests to ts config
Browse files Browse the repository at this point in the history
  • Loading branch information
Kr0nox committed Mar 8, 2024
1 parent 9190b2e commit a8a6903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion report-viewer/tsconfig.app.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": ["@vue/tsconfig/tsconfig.dom.json", "./tsconfig.module.json"],
"include": ["env.d.ts", "src/**/*", "src/**/*.vue", "src/**/*.json"],
"include": ["env.d.ts", "src/**/*", "src/**/*.vue", "src/**/*.json", "tests/unit/**/*"],
"exclude": ["src/**/__tests__/*"],
"compilerOptions": {
"composite": true,
Expand Down

0 comments on commit a8a6903

Please sign in to comment.