mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-27 10:24:48 +10:00
Dashboard test: draft version
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import React from 'react';
|
||||
import { render, cleanup } from '@testing-library/react';
|
||||
import { render } from '@testing-library/react';
|
||||
import FirebaseStub from 'gatsby-plugin-firebase';
|
||||
|
||||
import '../../i18n/index';
|
||||
@@ -19,8 +19,6 @@ describe('Castform', () => {
|
||||
).val();
|
||||
});
|
||||
|
||||
afterEach(cleanup);
|
||||
|
||||
it('renders correctly', () => {
|
||||
const { container } = render(<Castform data={resume} />);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user