當我通過笑話測試史詩時,我得到測試失敗。 Test Failed
/.../node_modules/jsdom/lib/jsdom/browser/Window.js:148
return idlUtils.wrapperForImpl(idlUtils.implForWrapper(window._document)._location);
TypeError: Cannot rea
玩笑嘲諷真是困惑我現在。 我有下面的代碼在我notifications.js模塊: // Dispatch notifications to MQTT end point
function dispatcher(shipment) {
mqttclient.publish('notification', JSON.stringify(shipment));
return co