Skip to content
New issue

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

chore!: re-do graphql schema snapshot testing #911

Merged
merged 2 commits into from
Jan 16, 2022

Commits on Jan 16, 2022

  1. chore!: re-do graphql schema snapshot testing

    In the previous implementation we had the Jest test file in the package. This worked while we were
    running tests in silverback-mono. But Jest always ignores test files which path includes
    `node_modules`. So now the test file should be located in the tested project.
    Leksat committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    c63a46f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e2abe6 View commit details
    Browse the repository at this point in the history