Skip to content
This repository has been archived by the owner on Feb 18, 2020. It is now read-only.

Commit

Permalink
Change react-testing-library to @testing-library/react
Browse files Browse the repository at this point in the history
  • Loading branch information
kaykayehnn committed May 30, 2019
1 parent 7fb8d02 commit 25d4110
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/templates/component/test.hbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { render } from 'react-testing-library'
import { render } from '@testing-library/react'

import {{name}} from '.'

Expand Down
2 changes: 1 addition & 1 deletion src/templates/container/test.hbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { render } from 'react-testing-library'
import { render } from '@testing-library/react'

import {{name}} from '.'

Expand Down

0 comments on commit 25d4110

Please sign in to comment.