Add @types/jest as a devDependency
All checks were successful
discord bot tests / discord bot tests (push) Successful in 10s
All checks were successful
discord bot tests / discord bot tests (push) Successful in 10s
This commit is contained in:
parent
10934bb04f
commit
000f7e969c
2 changed files with 13 additions and 0 deletions
12
package-lock.json
generated
12
package-lock.json
generated
|
@ -20,6 +20,7 @@
|
|||
"valid-url": "^1.0.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^29.5.13",
|
||||
"jest": "^29.7.0"
|
||||
}
|
||||
},
|
||||
|
@ -1422,6 +1423,17 @@
|
|||
"@types/istanbul-lib-report": "*"
|
||||
}
|
||||
},
|
||||
"node_modules/@types/jest": {
|
||||
"version": "29.5.13",
|
||||
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.13.tgz",
|
||||
"integrity": "sha512-wd+MVEZCHt23V0/L642O5APvspWply/rGY5BcW4SUETo2UzPU3Z26qr8jC2qxpimI2jjx9h7+2cj2FwIr01bXg==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"expect": "^29.0.0",
|
||||
"pretty-format": "^29.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@types/node": {
|
||||
"version": "22.7.8",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.8.tgz",
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
"author": "SileNce5k",
|
||||
"license": "UNLICENSE",
|
||||
"devDependencies": {
|
||||
"@types/jest": "^29.5.13",
|
||||
"jest": "^29.7.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue