diff --git a/package.json b/package.json index 8157c1a..c813948 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,7 @@ "prettier-format": "prettier --config .prettierrc '**/*.ts' --write", "ts:compile": "tsc", "ts:definitions": "tsc --declaration --outDir . --emitDeclarationOnly", + "tests": "mocha --require ts-node/register test/**/*.ts", "publish": "npm publish", "run-example": "npm run ts:compile && node ./dist/example.js" },