feat: begin adding endpoint factory methods and tests
This commit is contained in:
+3
-2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user