Skip to content

Commit

Permalink
update after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
nihgwu committed Aug 16, 2022
1 parent 0a9c06e commit 0b2d140
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/__tests__/rfc.test.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as React from 'react'
import { render, screen, fireEvent } from '@testing-library/react'
import { screen, fireEvent } from '@testing-library/react'

import { create } from '../__fixtures__/utils'
import { create, render } from '../__fixtures__/utils'
import { Select } from '../__fixtures__/RFCSelect'

test('render slots', () => {
Expand Down
3 changes: 1 addition & 2 deletions src/__tests__/simple.test.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import * as React from 'react'
import { render } from '@testing-library/react'

import { create } from '../__fixtures__/utils'
import { create, render } from '../__fixtures__/utils'
import { Field } from '../__fixtures__/SimpleField'

test('render slots', () => {
Expand Down

0 comments on commit 0b2d140

Please sign in to comment.