Add some basic tests
Not much else can be tested here. This checks that things are being run, and that their return values are being returned. Not sure how we would verify that the rate limit is being enforced yet.
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@
|
||||
"compile": "npx tsc",
|
||||
"build": "npm run fix && npm run compile",
|
||||
"prepublish": "npm run build",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"test": "node ./tests/test.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/express": "^4.17.17",
|
||||
|
||||
Reference in New Issue
Block a user