From c7b3f97452b368e7b5b7cb01ce8c1ba76d25c140 Mon Sep 17 00:00:00 2001 From: MillenniumEarl Date: Mon, 8 Mar 2021 12:45:01 +0100 Subject: [PATCH] Test only the main file (containing the suites) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 320b62d..07cb9cf 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "lint": "eslint . --ext .ts", "prettier-format": "prettier --config .prettierrc '{src,test}/**/*.ts' --write", "compile": "tsc", - "test": "mocha --require ts-node/register test/**/*.ts", + "test": "mocha --require ts-node/register test/index.ts", "publish": "npm publish", "run-example": "npm run compile && node ./dist/example.js" },