mirror of
https://github.com/jlengrand/leaflet-geosearch.git
synced 2026-03-10 08:31:26 +00:00
4 lines
117 B
JavaScript
4 lines
117 B
JavaScript
require('jest-fetch-mock').enableMocks();
|
|
require('dotenv').config({ path: '.env' });
|
|
global.L = require('leaflet');
|