chore: migrate to TSUp (#446)

* chore: migrate to TSUp

* chore: fix build
This commit is contained in:
Corbin Crutchley
2023-09-07 17:54:16 -07:00
committed by GitHub
parent 081a22896e
commit 15d4af9570
18 changed files with 216 additions and 998 deletions

View File

@@ -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()