Skip to content

Commit 52dd644

Browse files
committed
fixup test path
1 parent e332d17 commit 52dd644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.mocharc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"ui": "bdd",
33
"timeout": 15000,
44
"extension": ["ts"],
5-
"spec": ["test/integration/InvoiceLineSpec.ts"],
5+
"spec": ["test/integration/*Spec.ts"],
66
"require": ["ts-node/register", "test/hooks.ts"],
77
"package": "./package.json"
88
}

0 commit comments

Comments
 (0)