Skip to content

Commit

Permalink
Fix tests not linted
Browse files Browse the repository at this point in the history
  • Loading branch information
webfiltered committed Dec 18, 2024
1 parent 042e428 commit 9e8aedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
},
"exclude": [".history", ".vite", "assets", "dist", "node_modules", "out"],
// Include JS files so they are covered by projectService (ESLint)
"include": ["src/**/*", "*.ts", "*.js", "scripts/**/*", "test/**/*"]
"include": ["src/**/*", "*.ts", "*.js", "scripts/**/*", "tests/**/*"]
}

0 comments on commit 9e8aedf

Please sign in to comment.