Closed angrykoala closed 3 months ago
Latest commit: ba648b753c00d8bb1599a0f19692eaf2a7b5fe96
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Plenty of tests still use the deprecated syntax
new Cypher.Match(node)
instead of the newnew Cypher.Match(new Cypher.Pattern(node))
This PR updates tests on
Call
,Create
andForeach