Skip to content

Commit

Permalink
chore(NA): re-add file into __mocks__ folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jan 6, 2021
1 parent fa3b535 commit 679f339
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* you may not use this file except in compliance with the Elastic License.
*/

import lowPolyLayerFeatures from './low_poly_layer.json';
import lowPolyLayerFeatures from '../low_poly_layer.json';

export const mockDownPointsLayer = {
id: 'down_points',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

import { getLayerList } from './map_config';
import { mockLayerList } from './poly_layer_mock';
import { mockLayerList } from './__mocks__/poly_layer_mock';
import { LocationPoint } from './embedded_map';
import { UptimeAppColors } from '../../../../../apps/uptime_app';

Expand Down

0 comments on commit 679f339

Please sign in to comment.