From 9f916082ab31263cd6698d3fd38bdd17a116573f Mon Sep 17 00:00:00 2001 From: Mitch Pierias Date: Fri, 19 Apr 2019 12:24:42 +1000 Subject: [PATCH] Test files are stored inline with scripts --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 501c728..f8b96b7 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "prepublishOnly": "npm test", "prepare": "npm run build", "test": "jest --config jestconfig.json", - "test:mocha": "mocha --require ts-node/register test/**/*.ts" + "test:mocha": "mocha --require ts-node/register src/**/*.test.ts" }, "repository": { "type": "git",