mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
Compare commits
3 commits
59b7fa02e0
...
470d856afc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
470d856afc | ||
|
|
8d14e49095 | ||
|
|
9444603a93 |
4 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
// @ts-expect-error: Required for pipeline compatibility
|
||||
import React from 'react';
|
||||
import { render } from '@testing-library/react';
|
||||
import '@testing-library/jest-dom';
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
// @ts-expect-error : Required for pipeline compatibility
|
||||
import React from 'react';
|
||||
import { render } from '@testing-library/react';
|
||||
import '@testing-library/jest-dom';
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
// @ts-expect-error: Required for pipeline compatibility
|
||||
import React from 'react';
|
||||
import { render } from '@testing-library/react';
|
||||
import '@testing-library/jest-dom';
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
// @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