Skip to content

Commit 5c8f793

Browse files
renovate[bot]9aoy
andauthored
chore(deps): update dependency @rstest/core to v0.3.2 (#331)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: gaoyuan.1226 <[email protected]>
1 parent 3d68b2f commit 5c8f793

File tree

4 files changed

+27
-89
lines changed

4 files changed

+27
-89
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"devDependencies": {
3636
"@rslint/core": "workspace:*",
37-
"@rstest/core": "^0.1.0",
37+
"@rstest/core": "^0.3.2",
3838
"husky": "^9.1.7",
3939
"lint-staged": "^16.1.2",
4040
"prettier": "3.5.0",

packages/rslint-test-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@rslint/core": "workspace:*",
1818
"@typescript-eslint/rule-tester": "workspace:*",
1919
"@typescript-eslint/utils": "workspace:*",
20-
"@rstest/core": "0.1.0",
20+
"@rstest/core": "0.3.2",
2121
"@typescript-eslint/parser": "8.39.0"
2222
},
2323
"publishConfig": {

packages/rule-tester/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"scripts": {
1717
"build": "tsc -b tsconfig.build.json --force",
1818
"dev": "tsc -b tsconfig.build.json --force --watch",
19-
"test": "rstest run --testTimeout=0",
20-
"test:update": "rstest run -u --testTimeout=0"
19+
"test": "rstest run --testTimeout=0 --passWithNoTests",
20+
"test:update": "rstest run -u --testTimeout=0 --passWithNoTests"
2121
},
2222
"files": [
2323
"dist"

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)