mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-05-08 20:50:14 +03:00
Renamed test helpers folder
This commit is contained in:
parent
7249ec4968
commit
83150331e5
57 changed files with 56 additions and 56 deletions
test/common
|
@ -1,7 +1,7 @@
|
|||
import { render, screen } from '@testing-library/react';
|
||||
import { Mock } from 'ts-mockery';
|
||||
import { ErrorHandler as createErrorHandler } from '../../src/common/ErrorHandler';
|
||||
import { renderWithEvents } from '../__mocks__/setUpTest';
|
||||
import { renderWithEvents } from '../__helpers__/setUpTest';
|
||||
|
||||
const ComponentWithError = () => {
|
||||
throw new Error('Error!!');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue