explicitly specify test files

This commit is contained in:
MapleLeaf
2021-12-08 00:42:50 -06:00
parent 10baae9f97
commit 46ee9d298a

View File

@@ -54,6 +54,9 @@
"--loader=esbuild-node-loader",
"--experimental-specifier-resolution=node",
"--no-warnings"
],
"files": [
"tests/**/*.test.ts"
]
}
}