-
Notifications
You must be signed in to change notification settings - Fork 16
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
test: add tests for AssemblyScript SDK Transform #659
test: add tests for AssemblyScript SDK Transform #659
Conversation
This reverts commit 60b4b35.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please write these in typescript? Thanks.
Co-authored-by: Matt Johnson-Pint <[email protected]>
@mattjohnsonpint yeah, I can do that |
@mattjohnsonpint I didn't end up compiling the tests to |
For tests, the flag is fine as long as it works. We can always replace it with Please add our standard copyright header to the newly added |
Implement tests for AssemblyScript SDK transform
I implemented a basic test suite using node's builtin testing library which provided basic testing for the ASC Transform.
Checklist
CHANGELOG.md
file describing and linking to this PR