1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-06-15 12:09:21 +00:00

Upgrade Jest to 27 (#43)

* test

Signed-off-by: Avior <github@avior.me>

* Fixed

Signed-off-by: Avior <github@avior.me>

* Fix

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2021-09-29 11:49:41 +02:00
committed by GitHub
parent 0ea5c6ad14
commit 7ce7daf751
11 changed files with 1122 additions and 5612 deletions

View File

@ -12,13 +12,6 @@
"license": "MIT",
"main": "./dist/Sitemap.js",
"types": "./dist/Sitemap.d.ts",
"devDependencies": {
"@types/chai": "^4.2.12",
"@types/jest": "^26.0.10",
"jest": "^26.4.2",
"ts-node": "^10.2.1",
"typescript": "^4.0.2"
},
"scripts": {
"prepublishOnly": "yarn build",
"build": "tsc",