feat: begin adding endpoint factory methods and tests

This commit is contained in:
StevanFreeborn
2023-01-26 12:47:46 -06:00
parent d89768b586
commit b36d9445bd
3 changed files with 157 additions and 2 deletions
+3 -2
View File
@@ -5,8 +5,9 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "npm test && tsc",
"test": "mocha -r ts-node/register ./tests/**/*.spec.ts"
"build": "npm tests && tsc",
"tests": "mocha -r ts-node/register ./tests/**/*.spec.ts",
"test": "mocha -r ts-node/register"
},
"author": "Stevan Freeborn",
"license": "MIT",