fix tests to use the npm jquery

This commit is contained in:
JFH
2021-05-23 17:59:18 +02:00
parent 812bc2371c
commit 4a0b69a46b
16 changed files with 32 additions and 28 deletions

View File

@@ -1,5 +1,6 @@
/* eslint-disable max-len, no-console */
import '../../../instrumented/editor/jquery.min.js';
import $ from 'jquery';
window.$ = $;
import SvgCanvas from '../../../instrumented/svgcanvas/svgcanvas.js';