Update npm packages and resolve package changes

This commit is contained in:
Jake Mulley
2020-10-23 02:05:13 +01:00
parent da302fce32
commit a6386bd60e
9 changed files with 9970 additions and 9699 deletions

View File

@@ -8,7 +8,7 @@ describe("Test function cmpVersions in js/module.js", function () {
before(function (done) {
const dom = new JSDOM(
`<script>var Class = {extend: function() { return {}; }};</script>\
<script src="${path.join(__dirname, "..", "..", "..", "js", "module.js")}">`,
<script src="file://${path.join(__dirname, "..", "..", "..", "js", "module.js")}">`,
{ runScripts: "dangerously", resources: "usable" }
);
dom.window.onload = function () {