Skip to content

Commit

Permalink
Rename webapp unit tests folder to src/test/webapp/unit
Browse files Browse the repository at this point in the history
  • Loading branch information
murdos committed May 28, 2024
1 parent a2f4f40 commit 0c00e0a
Show file tree
Hide file tree
Showing 44 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"extends": "./tsconfig.json",
"exclude": ["src/test/webapp/spec/**/*.ts"]
"exclude": ["src/test/webapp/unit/**/*.ts"]
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"src/main/webapp/**/*.d.ts",
"src/main/webapp/**/*.tsx",
"src/main/webapp/**/*.vue",
"src/test/webapp/spec/**/*.ts"
"src/test/webapp/unit/**/*.ts"
],
"exclude": ["./node_modules", "src/test/webapp/cypress/**/*.ts"]
}
2 changes: 1 addition & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default defineConfig({
}),
],
test: {
include: ['src/test/webapp/spec/**/*.spec.ts'],
include: ['src/test/webapp/unit/**/*.spec.ts'],
logHeapUsage: true,
poolOptions: {
threads: {
Expand Down

0 comments on commit 0c00e0a

Please sign in to comment.