Skip to content

Commit a42e662

Browse files
authored
feat(rstest): add more framework examples (#422)
1 parent 9dd1c7e commit a42e662

File tree

42 files changed

+897
-237
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+897
-237
lines changed

pnpm-lock.yaml

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

rsbuild/react-rstest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"devDependencies": {
1717
"@rsbuild/core": "2.0.0-rc.1",
1818
"@rsbuild/plugin-react": "^2.0.0-rc.2",
19-
"@rstest/core": "^0.9.6",
19+
"@rstest/core": "^0.9.7",
2020
"@testing-library/jest-dom": "^6.9.1",
2121
"@testing-library/react": "^16.3.2",
2222
"@types/react": "^19.2.10",

rslib/node-rstest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"devDependencies": {
2323
"@rslib/core": "^0.21.0",
2424
"@rstest/adapter-rslib": "^0.2.2",
25-
"@rstest/core": "^0.9.6",
25+
"@rstest/core": "^0.9.7",
2626
"@types/node": "^24.10.9",
2727
"typescript": "^5.9.3"
2828
}

rslib/react-rstest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@rsbuild/plugin-react": "^2.0.0-rc.2",
2222
"@rslib/core": "^0.21.0",
2323
"@rstest/adapter-rslib": "^0.2.2",
24-
"@rstest/core": "^0.9.6",
24+
"@rstest/core": "^0.9.7",
2525
"@testing-library/jest-dom": "^6.9.1",
2626
"@testing-library/react": "^16.3.2",
2727
"@types/react": "^19.2.10",

rslib/vue-rstest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@rsbuild/plugin-vue": "^1.2.7",
2222
"@rslib/core": "^0.21.0",
2323
"@rstest/adapter-rslib": "^0.2.2",
24-
"@rstest/core": "^0.9.6",
24+
"@rstest/core": "^0.9.7",
2525
"@testing-library/jest-dom": "^6.9.1",
2626
"@testing-library/vue": "^8.1.0",
2727
"@vue/test-utils": "^2.4.6",

rstest/browser-locator/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"@rsbuild/core": "2.0.0-rc.1",
1414
"@rsbuild/plugin-react": "^2.0.0-rc.2",
1515
"@rstest/adapter-rsbuild": "^0.2.5",
16-
"@rstest/browser": "^0.9.6",
17-
"@rstest/browser-react": "^0.9.6",
18-
"@rstest/core": "^0.9.6",
16+
"@rstest/browser": "^0.9.7",
17+
"@rstest/browser-react": "^0.9.7",
18+
"@rstest/core": "^0.9.7",
1919
"@types/react": "^19.2.10",
2020
"@types/react-dom": "^19.2.3",
2121
"playwright": "^1.58.1",

rstest/browser-rsbuild-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"@rsbuild/core": "2.0.0-rc.1",
1414
"@rsbuild/plugin-react": "^2.0.0-rc.2",
1515
"@rstest/adapter-rsbuild": "^0.2.5",
16-
"@rstest/browser": "^0.9.6",
17-
"@rstest/browser-react": "^0.9.6",
18-
"@rstest/core": "^0.9.6",
16+
"@rstest/browser": "^0.9.7",
17+
"@rstest/browser-react": "^0.9.7",
18+
"@rstest/core": "^0.9.7",
1919
"@testing-library/dom": "^10.4.1",
2020
"@testing-library/user-event": "^14.6.1",
2121
"@types/react": "^19.2.10",

rstest/browser-rsbuild-vanilla/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
},
1212
"devDependencies": {
1313
"@rsbuild/core": "2.0.0-rc.1",
14-
"@rstest/browser": "^0.9.6",
15-
"@rstest/core": "^0.9.6",
14+
"@rstest/browser": "^0.9.7",
15+
"@rstest/core": "^0.9.7",
1616
"playwright": "^1.58.1",
1717
"typescript": "^5.9.3"
1818
}

rstest/fake-timers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"test": "rstest run"
88
},
99
"devDependencies": {
10-
"@rstest/core": "^0.9.6",
10+
"@rstest/core": "^0.9.7",
1111
"typescript": "^5.9.3"
1212
}
1313
}

rstest/mocking/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"test": "rstest run"
88
},
99
"devDependencies": {
10-
"@rstest/core": "^0.9.6",
10+
"@rstest/core": "^0.9.7",
1111
"typescript": "^5.9.3"
1212
}
1313
}

0 commit comments

Comments
 (0)