Skip to content

Commit 0a27fcf

Browse files
authored
Merge branch 'master' into fix-radio-checkbox
2 parents f754e69 + 59669db commit 0a27fcf

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ You may also be interested in installing `jest-dom` so you can use
4444
## Examples
4545

4646
```html
47-
<!-- src/TestComponent.vue -->
47+
<!-- TestComponent.vue -->
4848
<template>
4949
<div>
5050
<p>Times clicked: {{ count }}</p>
@@ -67,9 +67,9 @@ export default {
6767
```
6868

6969
```js
70-
// src/TestComponent.spec.js
70+
// TestComponent.spec.js
7171
import { render, fireEvent, cleanup } from '@testing-library/vue'
72-
import TestComponent from './components/TestComponent.vue'
72+
import TestComponent from './TestComponent.vue'
7373

7474
// automatically unmount and cleanup DOM after the test is finished.
7575
afterEach(cleanup)

package-lock.json

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

0 commit comments

Comments
 (0)