debug github action

This commit is contained in:
Hongbo Wu
2022-04-05 16:16:04 +08:00
parent 1239e483ec
commit 53c4fc835d

View File

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