You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
More tests would probably be a good idea. Maybe making a folder structure and having different files like input.svelte, expected.js and output.js in a folder for every test, then use walkdir to traverse all the folders and compile the files and check if they're the same as the expected.js. Also adding test for checking if the AST has been parse correctly for a variety of different situations would probably be nice.
The text was updated successfully, but these errors were encountered:
More tests would probably be a good idea. Maybe making a folder structure and having different files like
input.svelte
,expected.js
andoutput.js
in a folder for every test, then usewalkdir
to traverse all the folders and compile the files and check if they're the same as theexpected.js
. Also adding test for checking if the AST has been parse correctly for a variety of different situations would probably be nice.The text was updated successfully, but these errors were encountered: