fix tests to use the npm jquery
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
import '../../../instrumented/editor/jquery.min.js';
|
||||
|
||||
import $ from 'jquery';
|
||||
window.$ = $;
|
||||
import { NS } from '../../../instrumented/common/namespaces.js';
|
||||
import * as utilities from '../../../instrumented/svgcanvas/utilities.js';
|
||||
import * as coords from '../../../instrumented/svgcanvas/coords.js';
|
||||
import * as recalculate from '../../../instrumented/svgcanvas/recalculate.js';
|
||||
|
||||
|
||||
describe('recalculate', function () {
|
||||
// eslint-disable-next-line no-shadow
|
||||
const root = document.createElement('div');
|
||||
|
||||
Reference in New Issue
Block a user