Skip to content

Commit

Permalink
test: use vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
Yizack committed Feb 4, 2024
1 parent 398c979 commit 338fa6a
Show file tree
Hide file tree
Showing 11 changed files with 2,691 additions and 1,754 deletions.
25 changes: 11 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,25 +19,22 @@
"url": "https://github.com/Yizack/gists-readme"
},
"scripts": {
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage --verbose",
"vercel:dev": "(rm -rf docs || rd /s /q docs) && vercel dev",
"test": "vitest run --reporter=verbose --coverage",
"docs": "jsdoc -c jsdoc.conf.json -r",
"lint": "eslint --ext .ts,.js --fix --ignore-path .gitignore ."
},
"dependencies": {
"axios": "^1.6.3",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"hbs": "^4.2.0",
"linkedom": "^0.16.6"
},
"devDependencies": {
"@vitest/coverage-v8": "^1.2.2",
"clean-jsdoc-theme": "^4.2.17",
"jest": "^29.7.0",
"dotenv": "^16.4.1",
"eslint": "^8.56.0",
"express": "^4.18.2",
"hbs": "^4.2.0",
"jsdoc": "^4.0.2",
"supertest": "^6.3.3"
},
"jest": {
"testEnvironment": "jest-environment-node",
"transform": {}
"ofetch": "^1.3.3",
"supertest": "^6.3.4",
"vercel": "^33.4.1",
"vitest": "^1.2.2"
}
}
Loading

0 comments on commit 338fa6a

Please sign in to comment.