Skip to content

Commit df79564

Browse files
committed
Add default
1 parent 8344fe3 commit df79564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/arduino-cloud.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* a commercial license, send an email to [email protected].
1818
*
1919
*/
20-
const ArduinoCloud = require('../dist/index.js');
20+
const ArduinoCloud = require('../dist/index.js').default;
2121
const { SenML } = require('../dist/index.js');
2222

2323
const deviceId = '1f4ced70-53ad-4b29-b221-1b0abbdfc757';

0 commit comments

Comments
 (0)