mirror of
https://github.com/mshick/add-pr-comment.git
synced 2025-12-31 14:20:32 +11:00
vitest
This commit is contained in:
parent
94fd7ef52f
commit
80f4918ea8
5 changed files with 2381 additions and 4681 deletions
11
package.json
11
package.json
|
|
@ -26,7 +26,8 @@
|
|||
"clean": "rm -rf node_modules dist package-lock.json __tests__/runner/**/*",
|
||||
"lint": "eslint src/**/*.ts",
|
||||
"package": "ncc build --source-map --license licenses.txt",
|
||||
"test": "jest"
|
||||
"test": "vitest run",
|
||||
"watch": "vitest"
|
||||
},
|
||||
"prettier": {
|
||||
"bracketSpacing": true,
|
||||
|
|
@ -107,7 +108,6 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@octokit/types": "^8.0.0",
|
||||
"@types/jest": "^29.2.2",
|
||||
"@types/node": "^18.11.9",
|
||||
"@typescript-eslint/eslint-plugin": "^5.42.0",
|
||||
"@typescript-eslint/parser": "^5.42.0",
|
||||
|
|
@ -119,12 +119,11 @@
|
|||
"eslint-plugin-json-format": "^2.0.1",
|
||||
"eslint-plugin-mdx": "^2.0.5",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"jest": "^29.2.2",
|
||||
"jest-circus": "^29.2.2",
|
||||
"msw": "^0.47.4",
|
||||
"nock": "^13.2.9",
|
||||
"prettier": "^2.7.1",
|
||||
"ts-jest": "^29.0.3",
|
||||
"typescript": "^4.8.4"
|
||||
"typescript": "^4.8.4",
|
||||
"vitest": "^0.24.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^14.15.0 || ^16.13.0 || ^18.0.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue