We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d988c34 commit 31fa3d4Copy full SHA for 31fa3d4
CONTRIBUTING.md
@@ -60,6 +60,13 @@ npm run parse-tck
60
npm run test-all
61
```
62
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
+
70
### Local Development
71
72
If you include this library inside your project and you want point the
0 commit comments