diff --git a/src/templates/component/test.hbs b/src/templates/component/test.hbs index bf279a1..e683f94 100644 --- a/src/templates/component/test.hbs +++ b/src/templates/component/test.hbs @@ -1,5 +1,5 @@ import React from 'react' -import { render } from 'react-testing-library' +import { render } from '@testing-library/react' import {{name}} from '.' diff --git a/src/templates/container/test.hbs b/src/templates/container/test.hbs index bf279a1..e683f94 100644 --- a/src/templates/container/test.hbs +++ b/src/templates/container/test.hbs @@ -1,5 +1,5 @@ import React from 'react' -import { render } from 'react-testing-library' +import { render } from '@testing-library/react' import {{name}} from '.'