Add test make recipe

This commit is contained in:
Oliver Akins 2022-06-19 12:41:57 -06:00
parent 1167c10707
commit 0f76e83fac
No known key found for this signature in database
GPG key ID: 3C2014AF9457AF99

View file

@ -26,3 +26,6 @@ watch-esm:
watch-cjs: watch-cjs:
tsc --module commonjs --outDir $(CJS_LOCATION) --watch tsc --module commonjs --outDir $(CJS_LOCATION) --watch
test:
node_modules/mocha/bin/_mocha -r ts-node/register src/**/*.spec.ts