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