Skip to content

Commit f9ace39

Browse files
author
Joe Goggins
committed
Update docs to reflect not needing to set env vars
1 parent 00748e7 commit f9ace39

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ All essential commands are available at the root via `npm run <script name>` - e
3434
<summary><b>How to run your tests</b></summary>
3535
<p>
3636

37-
The `Agent` integration tests ([source](./test/Agent.integration.js)) depend on a real HTTP api backend and a valid Particle access token. Be sure to set relevant environment variables to avoid test failures. You can prefix commands test commands like this `PARTICLE_API_BASE_URL=<url> PARTICLE_API_TOKEN=<token> npm test`
38-
3937
`npm test` runs the tests.
4038

4139
`npm run coverage` shows code coverage

e2e-tests/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ They can be used to do deep validations on the behavior of the library against t
55
Follow the directions at in each script for how to use them.
66

77
Also, you'll need set valid values for env vars like PARTICLE_API_BASE_URL
8-
and PARTICLE_API_TOKEN
8+
and PARTICLE_API_TOKEN.
9+
10+
Note also that these e2e-tests are not actively maintained.

0 commit comments

Comments
 (0)