diff --git a/common/makefile b/common/makefile index de1d756..abf8d38 100644 --- a/common/makefile +++ b/common/makefile @@ -25,4 +25,7 @@ watch-esm: tsc --module es6 --outDir $(ESM_LOCATION) --watch watch-cjs: - tsc --module commonjs --outDir $(CJS_LOCATION) --watch \ No newline at end of file + tsc --module commonjs --outDir $(CJS_LOCATION) --watch + +test: + node_modules/mocha/bin/_mocha -r ts-node/register src/**/*.spec.ts \ No newline at end of file