Skip to content

Commit

Permalink
chore: use vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
bobz25 committed Dec 11, 2022
1 parent f6a3a50 commit d0d4adf
Show file tree
Hide file tree
Showing 9 changed files with 477 additions and 203 deletions.
197 changes: 0 additions & 197 deletions jest.config.ts

This file was deleted.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,21 @@
"start": "pnpm compile && node ./out/main",
"compile": "tsc -p ./",
"watch": "tsc -watch -p ./",
"test": "jest --watch"
"test": "vitest"
},
"dependencies": {
"@notionhq/client": "^2.2.1",
"@octokit/core": "^4.1.0",
"dayjs": "^1.11.7",
"dotenv": "^16.0.3",
"ohmyfetch": "^0.4.20"
},
"devDependencies": {
"@types/jest": "^29.2.0",
"@zhengbangbo/eslint-config": "^0.0.9",
"eslint": "^8.26.0",
"jest": "^29.2.2",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1"
"ts-node": "^10.9.1",
"vitest": "^0.25.7"
}
}
Loading

0 comments on commit d0d4adf

Please sign in to comment.