* update and adapt code to latest dependencies -> need testIsolation to False with the latest Cypress * need this for CI (bug https://github.com/npm/cli/issues/4828) * run instrument before test * fix test * v7.3.4
6 lines
162 B
JSON
6 lines
162 B
JSON
{
|
|
"files": "instrumented/**",
|
|
"from": "import SvgCanvas from '@svgedit/svgcanvas';",
|
|
"to": "import SvgCanvas from '/instrumented/svgcanvas/svgcanvas.js'"
|
|
}
|