mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
Include a description after the "@ts-expect-error" directive to explain why the @ts-expect-error is necessary. The description must be 3 characters or longer
This commit is contained in:
parent
3c9b14dd9d
commit
3eb7ef084c
4 changed files with 4 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
// @ts-expect-error
|
||||
// @ts-expect-error: Required for pipeline compatibility
|
||||
import React from 'react';
|
||||
import { render } from '@testing-library/react';
|
||||
import '@testing-library/jest-dom';
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// @ts-expect-error
|
||||
// @ts-expect-error : Required for pipeline compatibility
|
||||
import React from 'react';
|
||||
import { render } from '@testing-library/react';
|
||||
import '@testing-library/jest-dom';
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// @ts-expect-error
|
||||
// @ts-expect-error: Required for pipeline compatibility
|
||||
import React from 'react';
|
||||
import { render } from '@testing-library/react';
|
||||
import '@testing-library/jest-dom';
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// @ts-expect-error
|
||||
// @ts-expect-error: Required for pipeline compatibility
|
||||
import React from 'react';
|
||||
import { render } from '@testing-library/react';
|
||||
import '@testing-library/jest-dom';
|
||||
|
|
|
|||
Loading…
Reference in a new issue