put spec as an array

This commit is contained in:
Hongbo Wu 2022-04-05 18:13:15 +08:00
parent cfdb3ee351
commit 1be28df3d7

View file

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