Skip to content

Commit

Permalink
fix map_selector jest test
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Mar 14, 2020
1 parent 08b0fb4 commit 56ef685
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
*/

jest.mock('../layers/vector_layer', () => {});
jest.mock('../layers/blended_vector_layer', () => {});
jest.mock('../layers/heatmap_layer', () => {});
jest.mock('../layers/vector_tile_layer', () => {});
jest.mock('../layers/sources/all_sources', () => {});
Expand Down

0 comments on commit 56ef685

Please sign in to comment.