Files
svgedit/cypress/replace-in-file.config.json
JFH 0c44b49450 Update dep (#988)
* 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
2024-08-18 23:51:28 +02:00

6 lines
162 B
JSON

{
"files": "instrumented/**",
"from": "import SvgCanvas from '@svgedit/svgcanvas';",
"to": "import SvgCanvas from '/instrumented/svgcanvas/svgcanvas.js'"
}