compile scripts before test, run tests on scripts dir

This commit is contained in:
Jack Case
2025-12-09 21:22:18 +00:00
parent c7df783671
commit 01b330c22e
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
export default {
srcDir: "src",
srcDir: "scripts",
// srcFiles should usually be left empty when using ES modules, because you'll
// explicitly import sources from your specs.
srcFiles: [],