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,4 +1,5 @@
import '../../../instrumented/editor/jquery.min.js';
import $ from 'jquery';
window.$ = $;
import * as contextmenu from '../../../instrumented/editor/contextmenu.js';
describe('contextmenu', function () {