mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
test three resolvers
This commit is contained in:
parent
1be28df3d7
commit
7b9bfbdbf5
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"extension": ["ts"],
|
"extension": ["ts"],
|
||||||
"spec": ["test/**/*.test.ts"],
|
"spec": ["test/resolvers/article.test.ts", "test/resolvers/highlight.test.ts", "test/resolvers/label.test.ts"],
|
||||||
"require": ["test/babel-register.js", "test/global-setup.ts", "test/global-teardown.ts"]
|
"require": ["test/babel-register.js", "test/global-setup.ts", "test/global-teardown.ts"]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue