Skip to content

Commit 7f146ab

Browse files
committed
Adjust testing.md
1 parent 850bac7 commit 7f146ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TESTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ npm test
7777
To run tests against specified Neo4j version:
7878

7979
```
80-
export TEST_NEO4J_VERSION=5.9 npm test
80+
TEST_NEO4J_VERSION=5.9 npm test
8181
```
8282

8383
If you already have a running version of a compatible Neo4j server, you can run:
8484

8585
```
86-
export TEST_CONTAINERS_DISABLED=true npm test
86+
TEST_CONTAINERS_DISABLED=true npm test
8787
```

0 commit comments

Comments
 (0)