Skip to content

Commit 87de7b7

Browse files
committed
fix: update app path in test
1 parent 1df79a5 commit 87de7b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/__tests__/app.spec.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { act, render } from '@testing-library/react';
2-
import Bot from '../app';
2+
import Bot from '../App';
33

44
jest.mock('@deriv-com/translations', () => ({
55
...jest.requireActual('@deriv-com/translations'),

0 commit comments

Comments
 (0)