test a single service

This commit is contained in:
Hongbo Wu 2022-04-05 17:17:03 +08:00
parent 8db808c110
commit a203e0776e

View file

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