wisemapping-frontend/packages/web2d/test/playground/context-loader.js
2021-12-02 22:40:59 -08:00

9 lines
164 B
JavaScript

import Grid from './utils';
import web2d from '../../src/web2d';
import $ from '@libraries/jquery-2.1.0';
global.Grid = Grid;
global.web2d = web2d;
global.$ = $;