Skip to content

Commit cac117a

Browse files
author
T_S_V
committed
Fixed u-tests
1 parent 7a1bce5 commit cac117a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from 'react';
22
import ReactDOM from 'react-dom';
33
import "jest-canvas-mock";
44

5-
jest.mock('mapbox-gl/dist/mapbox-gl', () => ({
5+
jest.mock('plotly.js-dist-min', () => ({
66
Map: () => ({}),
77
}));
88

0 commit comments

Comments
 (0)