@hpcc-js/wasm 1.4.0 → 1.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/test.node.js CHANGED
@@ -11319,7 +11319,7 @@ describe("bad dot", function () {
11319
11319
  chai$1.expect(true).to.be.false;
11320
11320
  }).catch(function (e) {
11321
11321
  chai$1.expect(typeof e.message).to.equal("string");
11322
- chai$1.expect(e.message).to.not.be.empty;
11322
+ chai$1.expect(e.message).to.equal("syntax error in line 11 near ']'\n");
11323
11323
  });
11324
11324
  });
11325
11325
  var gvSync;