mirror of
https://github.com/LukeHagar/form.git
synced 2025-12-09 12:27:44 +00:00
chore: migrate to TSUp (#446)
* chore: migrate to TSUp * chore: fix build
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/// <reference lib="dom" />
|
||||
import { h, defineComponent, ref } from 'vue-demi'
|
||||
import { render } from '@testing-library/vue'
|
||||
import { render, waitFor } from '@testing-library/vue'
|
||||
import '@testing-library/jest-dom'
|
||||
import {
|
||||
createFormFactory,
|
||||
@@ -10,7 +10,6 @@ import {
|
||||
} from '../index'
|
||||
import userEvent from '@testing-library/user-event'
|
||||
import * as React from 'react'
|
||||
import { waitFor } from '@testing-library/react'
|
||||
|
||||
const user = userEvent.setup()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user