mirror of
https://github.com/vitest-dev/vitest.git
synced 2026-02-01 17:36:51 +00:00
test: rename
This commit is contained in:
parent
adfb673816
commit
0b82b0e3fa
58
pnpm-lock.yaml
generated
58
pnpm-lock.yaml
generated
@ -354,6 +354,35 @@ importers:
|
||||
vite: 2.7.7
|
||||
vitest: link:../../packages/vitest
|
||||
|
||||
test/react-testing-lib:
|
||||
specifiers:
|
||||
'@testing-library/jest-dom': ^5.16.1
|
||||
'@testing-library/react': ^12.1.2
|
||||
'@testing-library/react-hooks': ^7.0.2
|
||||
'@testing-library/user-event': ^13.5.0
|
||||
'@types/react': ^17.0.38
|
||||
'@types/react-dom': ^17.0.11
|
||||
'@vitejs/plugin-react': ^1.1.3
|
||||
happy-dom: '*'
|
||||
react: ^17.0.2
|
||||
react-dom: ^17.0.2
|
||||
vite: ^2.7.7
|
||||
vitest: workspace:*
|
||||
dependencies:
|
||||
react: 17.0.2
|
||||
react-dom: 17.0.2_react@17.0.2
|
||||
devDependencies:
|
||||
'@testing-library/jest-dom': 5.16.1
|
||||
'@testing-library/react': 12.1.2_react-dom@17.0.2+react@17.0.2
|
||||
'@testing-library/react-hooks': 7.0.2_react-dom@17.0.2+react@17.0.2
|
||||
'@testing-library/user-event': 13.5.0
|
||||
'@types/react': 17.0.38
|
||||
'@types/react-dom': 17.0.11
|
||||
'@vitejs/plugin-react': 1.1.3
|
||||
happy-dom: 2.25.1
|
||||
vite: 2.7.7
|
||||
vitest: link:../../packages/vitest
|
||||
|
||||
test/react-testing-lib-msw:
|
||||
specifiers:
|
||||
'@testing-library/react': ^12.1.2
|
||||
@ -399,35 +428,6 @@ importers:
|
||||
svelte: 3.44.3
|
||||
vitest: link:../../packages/vitest
|
||||
|
||||
test/testing-lib-react:
|
||||
specifiers:
|
||||
'@testing-library/jest-dom': ^5.16.1
|
||||
'@testing-library/react': ^12.1.2
|
||||
'@testing-library/react-hooks': ^7.0.2
|
||||
'@testing-library/user-event': ^13.5.0
|
||||
'@types/react': ^17.0.38
|
||||
'@types/react-dom': ^17.0.11
|
||||
'@vitejs/plugin-react': ^1.1.3
|
||||
happy-dom: '*'
|
||||
react: ^17.0.2
|
||||
react-dom: ^17.0.2
|
||||
vite: ^2.7.7
|
||||
vitest: workspace:*
|
||||
dependencies:
|
||||
react: 17.0.2
|
||||
react-dom: 17.0.2_react@17.0.2
|
||||
devDependencies:
|
||||
'@testing-library/jest-dom': 5.16.1
|
||||
'@testing-library/react': 12.1.2_react-dom@17.0.2+react@17.0.2
|
||||
'@testing-library/react-hooks': 7.0.2_react-dom@17.0.2+react@17.0.2
|
||||
'@testing-library/user-event': 13.5.0
|
||||
'@types/react': 17.0.38
|
||||
'@types/react-dom': 17.0.11
|
||||
'@vitejs/plugin-react': 1.1.3
|
||||
happy-dom: 2.24.5
|
||||
vite: 2.7.7
|
||||
vitest: link:../../packages/vitest
|
||||
|
||||
test/vitesse:
|
||||
specifiers:
|
||||
'@vitejs/plugin-vue': ^2.0.1
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
import '@testing-library/jest-dom'
|
||||
import { render, screen, userEvent } from './../utils/test-utils'
|
||||
import { render, screen, userEvent } from '../utils/test-utils'
|
||||
import { Input } from './Input'
|
||||
|
||||
describe('Input', async() => {
|
||||
Loading…
x
Reference in New Issue
Block a user