Skip to content

Commit 31fa3d4

Browse files
committed
Add a hint and a workaround for neo4j-graphql#252
1 parent d988c34 commit 31fa3d4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CONTRIBUTING.md

+7
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,13 @@ npm run parse-tck
6060
npm run test-all
6161
```
6262

63+
Note that `npm run test-all` will fail on consecutive runs! Some of the
64+
integration tests create data and get in the way of other tests. Running the
65+
whole test suite twice will result in some failing tests. There is [an issue
66+
for it](https://github.com/neo4j-graphql/neo4j-graphql-js/issues/252), check if
67+
it is still active. Your best option for now is to re-import the data after each
68+
test run.
69+
6370
### Local Development
6471

6572
If you include this library inside your project and you want point the

0 commit comments

Comments
 (0)