You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chriss-MacBook-Pro-2:eventuate-nodejs-client cer$ npm test
> @eventuateinc/[email protected] test /Users/cer/src/eventuate/eventuate-nodejs-client
> mocha --reporter spec --ui bdd test/*-spec.js
/Users/cer/src/eventuate/eventuate-nodejs-client/test/AckOrderTracker-spec.js:3
const AckOrderTracker =require('../dist/modules/stomp/AckOrderTracker');
^^^^^
SyntaxError: Use of const in strict mode.
at exports.runInThisContext (vm.js:73:16)
at Module._compile (module.js:443:25)
at Object.Module._extensions..js (module.js:478:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at /Users/cer/src/eventuate/eventuate-nodejs-client/node_modules/mocha/lib/mocha.js:216:27
at Array.forEach (native)
at Mocha.loadFiles (/Users/cer/src/eventuate/eventuate-nodejs-client/node_modules/mocha/lib/mocha.js:213:14)
at Mocha.run (/Users/cer/src/eventuate/eventuate-nodejs-client/node_modules/mocha/lib/mocha.js:453:10)
at Object.<anonymous> (/Users/cer/src/eventuate/eventuate-nodejs-client/node_modules/mocha/bin/_mocha:393:18)
at Module._compile (module.js:460:26)
at Object.Module._extensions..js (module.js:478:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Function.Module.runMain (module.js:501:10)
at startup (node.js:129:16)
at node.js:814:3
npm ERR! Test failed. See above for more details.
Chriss-MacBook-Pro-2:eventuate-nodejs-client cer$ ls -lt dist/
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: