Skip to content

Commit 150e1c1

Browse files
committed
chore: update lock and pending files
1 parent 5f87eab commit 150e1c1

File tree

3 files changed

+79
-82
lines changed

3 files changed

+79
-82
lines changed

docs/react-testing-library/setup.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,10 +288,10 @@ using Create React App without TypeScript, save this to `jsconfig.json` instead.
288288
### Jest 28
289289

290290
If you're using Jest 28 or later, jest-environment-jsdom package now must be installed separately.
291-
```
291+
```bash npm2yarn
292292
npm install --save-dev jest-environment-jsdom
293293
```
294-
294+
295295
`jsdom` is also no longer the default environment. You can enable `jsdom` globally by editing `jest.config.js`:
296296

297297
```diff title="jest.config.js"

docs/vue-testing-library/intro.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,14 @@ In short, Vue Testing Library does three things:
2121
## Quickstart
2222

2323
If using Vue2
24-
```
24+
25+
```bash npm2yarn
2526
npm install --save-dev @testing-library/vue@5
2627
```
28+
2729
If using Vue3
28-
```
30+
31+
```bash npm2yarn
2932
npm install --save-dev @testing-library/vue
3033
```
3134

package-lock.json

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

0 commit comments

Comments
 (0)