fix tests

This commit is contained in:
Hongbo Wu
2024-03-23 16:40:01 +08:00
parent 44c67e2ebf
commit 88a7e8d85b
31 changed files with 50 additions and 85 deletions

View File

@ -1,5 +1,4 @@
{
"extension": ["ts"],
"spec": "test/**/*.test.ts",
"require": "test/babel-register.js"
}
"spec": "test/**/*.test.ts"
}