We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some integration tests fail unreliably in a Duration comparison:
The following is a Jest summary of one of these errors.
Summary of all failing tests FAIL packages/graphql/tests/integration/types/duration.int.test.ts ● Duration › create › should create a movie (with a Duration) expect(received).toStrictEqual(expected) // deep equality - Expected - 2 + Received + 2 Object { "days": 28, "months": -39, - "nanoseconds": 1000000000, - "seconds": 2044106, + "nanoseconds": 0, + "seconds": 2044107, } 86 | expect(graphqlMovie.id).toBe(id); > 87 | expect(parseDuration(graphqlMovie.duration)).toStrictEqual(parsedDuration); | ^ 88 | 89 | const neo4jResult = await session.run(
It is unknown how many tests may be flaky with this issue, but all tests using parseDuration should be checked
parseDuration
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Some integration tests fail unreliably in a Duration comparison:
The following is a Jest summary of one of these errors.
It is unknown how many tests may be flaky with this issue, but all tests using
parseDuration
should be checkedThe text was updated successfully, but these errors were encountered: