2021-02-04 19:15:23 +01:00
|
|
|
require('@babel/register');
|
2018-04-13 05:26:50 +02:00
|
|
|
|
2021-02-04 19:15:23 +01:00
|
|
|
require('./helper');
|
2018-09-20 18:06:23 +02:00
|
|
|
|
2021-02-04 19:15:23 +01:00
|
|
|
window.SVGPathElement = window.SVGPathElement || { prototype: {} };
|
|
|
|
global.indexedDB = {};
|