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
When working on the last PR, I noticed that the test/fixtures file names were not as clear as I would like. For example, the test source files are named actual.js. I would expect these to be named source.js and any generated output to be named actual.js. expected.js would stay the same. This would also allow for an npm command that generates actual.js without overwriting the existing file—enabling easier comparison between the two. If this is something you are open to, I can create a PR—it is basically ready to go.
The text was updated successfully, but these errors were encountered:
When working on the last PR, I noticed that the
test/fixtures
file names were not as clear as I would like. For example, the test source files are namedactual.js
. I would expect these to be namedsource.js
and any generated output to be namedactual.js
.expected.js
would stay the same. This would also allow for annpm
command that generatesactual.js
without overwriting the existing file—enabling easier comparison between the two. If this is something you are open to, I can create a PR—it is basically ready to go.The text was updated successfully, but these errors were encountered: