Skip to content

Commit

Permalink
Import screen from testing-library/react
Browse files Browse the repository at this point in the history
  • Loading branch information
frankieyan committed May 25, 2022
1 parent aaae5a3 commit a5c73fe
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* eslint-disable @typescript-eslint/no-empty-function */
import React from 'react'

import { screen } from '@testing-library/dom'
import { render } from '@testing-library/react'
import { render, screen } from '@testing-library/react'

import { getDefaultCard } from '../test/fixtures'

Expand Down

0 comments on commit a5c73fe

Please sign in to comment.