Skip to content

Commit 98e5b1e

Browse files
committed
Rename Form -> Stubs
1 parent b996a96 commit 98e5b1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/__tests__/integration-with-stubs.js renamed to tests/__tests__/stubs.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import { render, cleanup } from '@testing-library/vue'
2-
import Form from './components/Form'
2+
import Stubs from './components/Stubs'
33

44
afterEach(cleanup)
55

66
test('Form contains search button', () => {
7-
const { getByText } = render(Form, {
7+
const { getByText } = render(Stubs, {
88
stubs: ['FontAwesomeIcon']
99
})
1010
getByText('Search now')

0 commit comments

Comments
 (0)