Skip to content

Commit 7f39b65

Browse files
authored
test: migrate to Rstest (#43)
1 parent 060f67b commit 7f39b65

3 files changed

Lines changed: 313 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"lint": "biome check .",
2929
"lint:write": "biome check . --write",
3030
"prepare": "simple-git-hooks && npm run build",
31-
"test": "node test/index.js",
31+
"test": "rstest run",
3232
"bump": "npx bumpp"
3333
},
3434
"simple-git-hooks": {
@@ -44,6 +44,7 @@
4444
"@clack/prompts": "^0.11.0",
4545
"@microsoft/api-extractor": "^7.52.8",
4646
"@rslib/core": "0.9.1",
47+
"@rstest/core": "https://pkg.pr.new/web-infra-dev/rstest/@rstest/core@1b40438",
4748
"@types/minimist": "^1.2.5",
4849
"@types/node": "22.15.29",
4950
"deepmerge": "^4.3.1",

0 commit comments

Comments
 (0)