Skip to content

Commit 1f482b5

Browse files
authored
chore: bump rstest to support show slow-running tests (#12247)
* chore: bump rstest to support show slow tests * fix: lint
1 parent 6cf96bd commit 1f482b5

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"cross-env": "^10.1.0",
7474
"husky": "^9.1.7",
7575
"is-ci": "4.1.0",
76-
"@rstest/core": "^0.6.5",
76+
"@rstest/core": "^0.6.6",
7777
"lint-staged": "^16.2.7",
7878
"prettier": "3.6.2",
7979
"prettier-2": "npm:prettier@2.8.8",

pnpm-lock.yaml

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/rspack-test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@rspack/plugin-preact-refresh": "1.1.4",
2020
"@rspack/plugin-react-refresh": "^1.5.3",
2121
"@rspack/test-tools": "workspace:*",
22-
"@rstest/core": "^0.6.5",
22+
"@rstest/core": "^0.6.6",
2323
"@swc/helpers": "0.5.17",
2424
"@swc/plugin-remove-console": "^10.0.0",
2525
"@types/babel__generator": "7.27.0",
@@ -83,4 +83,4 @@
8383
"xxhashjs": "^0.2.2",
8484
"yamljs": "^0.3.0"
8585
}
86-
}
86+
}

0 commit comments

Comments
 (0)