Make Vitest helpers global

This commit is contained in:
Steve Kinney
2024-10-01 16:49:45 -05:00
parent 45f8282a05
commit 7f6b9ad691
19 changed files with 48 additions and 32 deletions

View File

@@ -11,6 +11,6 @@
"./*.html?raw": ["./*"]
}
},
"include": ["examples/**/*.js", "examples/accident-counter/src/reducer.ts"],
"include": ["examples/**/*.js"],
"exclude": ["node_modules", "dist"]
}