test(vitest): include canvas component tests
This commit is contained in:
@@ -9,6 +9,9 @@ export default defineConfig({
|
||||
},
|
||||
test: {
|
||||
environment: "node",
|
||||
include: ["tests/**/*.test.ts"],
|
||||
include: [
|
||||
"tests/**/*.test.ts",
|
||||
"components/**/__tests__/*.test.ts",
|
||||
],
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user