1
0

adapt old test file

This commit is contained in:
2022-06-26 13:17:41 +02:00
parent b953f4165a
commit 63de8056a5
4 changed files with 6141 additions and 18 deletions

View File

@@ -6,7 +6,7 @@
"types": "index.d.ts",
"scripts": {
"build": "tsc",
"test": "ts-jest"
"test": "jest"
},
"repository": {
"type": "git",
@@ -27,6 +27,7 @@
"homepage": "https://github.com/tsndr/cloudflare-worker-jwt#readme",
"devDependencies": {
"@cloudflare/workers-types": "^3.13.0",
"jest": "^28.1.1",
"typescript": "^4.7.4"
}
}