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

Live test system #35

Open
scarletcs opened this issue Mar 13, 2024 · 0 comments
Open

Live test system #35

scarletcs opened this issue Mar 13, 2024 · 0 comments
Milestone

Comments

@scarletcs
Copy link
Collaborator

To actually accurately test this library we need to do something like the following:

  • Run fetches for live data form the Scryfall API.
  • Save temporary files in which we declare e.g. const card: ScryfallCard.Any = { data }
  • Run tsc --noEmit on those files to verify their integrity.

We will also want to apply the type validator from #21 in testing.

@scarletcs scarletcs added this to the 1.0.0 Alpha milestone Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant