mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
Used "@ts-expect-error" instead of "@ts-ignore"
This commit is contained in:
parent
15805e2e7e
commit
3c9b14dd9d
4 changed files with 8 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
// @ts-expect-error
|
||||
import React from 'react';
|
||||
import { render } from '@testing-library/react';
|
||||
import '@testing-library/jest-dom';
|
||||
import { MultipleChoice } from '../../../../components/GiftTemplate/templates';
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
// @ts-expect-error
|
||||
import React from 'react';
|
||||
import { render } from '@testing-library/react';
|
||||
import '@testing-library/jest-dom';
|
||||
import Numerical from '../../../../components/GiftTemplate/templates/Numerical';
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
// @ts-expect-error
|
||||
import React from 'react';
|
||||
import { render } from '@testing-library/react';
|
||||
import '@testing-library/jest-dom';
|
||||
import ShortAnswer from '../../../../components/GiftTemplate/templates/ShortAnswer';
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
// @ts-expect-error
|
||||
import React from 'react';
|
||||
import { render } from '@testing-library/react';
|
||||
import '@testing-library/jest-dom';
|
||||
import TrueFalse from '../../../../components/GiftTemplate/templates';
|
||||
|
|
|
|||
Loading…
Reference in a new issue