Skip to content

Commit 4112634

Browse files
feat: switch from ava to vitest
1 parent d346324 commit 4112634

26 files changed

+712
-1510
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,16 @@
2626
"@fisch0920/eslint-config": "^1.4.0",
2727
"@total-typescript/ts-reset": "^0.6.1",
2828
"@types/node": "^22.8.4",
29-
"ava": "^6.2.0",
3029
"del-cli": "^6.0.0",
3130
"eslint": "^8.57.1",
3231
"npm-run-all2": "^7.0.1",
3332
"prettier": "^3.3.3",
3433
"react": "^18.3.1",
3534
"react-dom": "^18.3.1",
36-
"tsimp": "^2.0.12",
3735
"tsup": "^8.3.5",
3836
"tsx": "^4.19.2",
3937
"turbo": "^2.2.3",
40-
"typescript": "^5.6.3"
38+
"typescript": "^5.6.3",
39+
"vitest": "^2.1.4"
4140
}
4241
}

packages/notion-client/.tsimp/compiled/src_$$_notion-api_test_ts.js

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)