mirror of
https://github.com/186526/handlers.js
synced 2024-10-13 00:29:43 +00:00
Add Deno test supported & RegExp construction at route creation time
This commit is contained in:
@ -46,7 +46,8 @@
|
||||
"clean": "rm -rf ./dist",
|
||||
"demo": "env NODE_ENV=development yarn build:node && node ./dist/main.node.js",
|
||||
"tsc": "tsc",
|
||||
"test": "jest",
|
||||
"test:node": "jest ./test/node.test.ts",
|
||||
"test:deno": "BUILD_TARGET=deno:test webpack && jest ./test/deno.test.ts",
|
||||
"coverage": "jest --collectCoverage --"
|
||||
},
|
||||
"engines": {
|
||||
|
Reference in New Issue
Block a user