mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
try import react inside class
This commit is contained in:
parent
b834c8f06f
commit
59b7fa02e0
4 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
|
import React from 'react';
|
||||||
import { render } from '@testing-library/react';
|
import { render } from '@testing-library/react';
|
||||||
import '@testing-library/jest-dom';
|
import '@testing-library/jest-dom';
|
||||||
import { MultipleChoice } from '../../../../components/GiftTemplate/templates';
|
import { MultipleChoice } from '../../../../components/GiftTemplate/templates';
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
import React from 'react';
|
||||||
import { render } from '@testing-library/react';
|
import { render } from '@testing-library/react';
|
||||||
import '@testing-library/jest-dom';
|
import '@testing-library/jest-dom';
|
||||||
import Numerical from '../../../../components/GiftTemplate/templates/Numerical';
|
import Numerical from '../../../../components/GiftTemplate/templates/Numerical';
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
import React from 'react';
|
||||||
import { render } from '@testing-library/react';
|
import { render } from '@testing-library/react';
|
||||||
import '@testing-library/jest-dom';
|
import '@testing-library/jest-dom';
|
||||||
import ShortAnswer from '../../../../components/GiftTemplate/templates/ShortAnswer';
|
import ShortAnswer from '../../../../components/GiftTemplate/templates/ShortAnswer';
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
import React from 'react';
|
||||||
import { render } from '@testing-library/react';
|
import { render } from '@testing-library/react';
|
||||||
import '@testing-library/jest-dom';
|
import '@testing-library/jest-dom';
|
||||||
import TrueFalse from '../../../../components/GiftTemplate/templates';
|
import TrueFalse from '../../../../components/GiftTemplate/templates';
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue