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
@frankiebee added a cool thing where the baseExample in the README is used in a test.
baseExample
I think we can and should take this a step further by adding a script which automates this so that we never get out of sync. Idea:
<!-- { copyToFile: "tests/README.test.ts", blockName: 'basicExample' } -->
// { copyFromFile: "README.md", blockName: 'basicExample }
README.md
tests/README/test.ts
#nicetohave / #sidequest
The text was updated successfully, but these errors were encountered:
this is already done in a way here: https://github.com/entropyxyz/sdk/blob/main/tests/README.test.ts#L95
Sorry, something went wrong.
is that sufficient to close this issue?
got a verbal confirmation from @mixmix to close this
No branches or pull requests
@frankiebee added a cool thing where the
baseExample
in the README is used in a test.I think we can and should take this a step further by adding a script which automates this so that we never get out of sync.
Idea:
<!-- { copyToFile: "tests/README.test.ts", blockName: 'basicExample' } -->
// { copyFromFile: "README.md", blockName: 'basicExample }
README.md
totests/README/test.ts
#nicetohave / #sidequest
The text was updated successfully, but these errors were encountered: