We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ac2a6f commit c0e8c21Copy full SHA for c0e8c21
EventStream-e2e-node.js
@@ -3,12 +3,12 @@
3
End-to-end test program for the event stream with Node
4
5
Steps:
6
-- PARTICLE_API_TOKEN=<my-token> node test/EventStream-e2e-node.js
+- PARTICLE_API_TOKEN=<my-token> node EventStream-e2e-node.js
7
- Follow the scenarios in EventStream.feature
8
9
*/
10
11
-const Particle = require('../lib/Particle');
+const Particle = require('./lib/Particle');
12
const baseUrl = process.env.PARTICLE_API_BASE_URL || 'http://localhost:9090';
13
const auth = process.env.PARTICLE_API_TOKEN;
14
const particle = new Particle({ baseUrl });
0 commit comments