We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e332d17 commit 52dd644Copy full SHA for 52dd644
.mocharc.json
@@ -2,7 +2,7 @@
2
"ui": "bdd",
3
"timeout": 15000,
4
"extension": ["ts"],
5
- "spec": ["test/integration/InvoiceLineSpec.ts"],
+ "spec": ["test/integration/*Spec.ts"],
6
"require": ["ts-node/register", "test/hooks.ts"],
7
"package": "./package.json"
8
}
0 commit comments