-
Notifications
You must be signed in to change notification settings - Fork 2
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
Feat/init #2
base: main
Are you sure you want to change the base?
Conversation
@@ -0,0 +1,11 @@ | |||
[ | |||
{ | |||
"name": "Encode characters", |
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.
This is the meat of the PR, a sample of test definitions
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.
This is great! Like you said the folder structure is a little weird. If it's possible to move the script and test folders to the root that would be desirable, but not a big deal either way.
What would be your thoughts on me contributing a little node based runner? That way I can run the test suite locally. And also catch any cases where there is potential disagreement between the two JavaScript engines.
Added default scripts, created swift package, added automated tests draft