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
{{ message }}
This repository was archived by the owner on Jan 11, 2019. It is now read-only.
For codemods like same => deepEquals, we should just examine the AVA config in package.json to determine which files are test files, which are sources, etc.
We could do similar things for mocha/tap/etc by parsing their configs. (not sure we want to go down that road).
The text was updated successfully, but these errors were encountered:
I understand your reasoning behind for the first part, but that may not include test helper files. For instance, if your tests are in test.js, and you wrote your assertion helpers (which use t.same()) in test-helper.js, then you would not update the right file.
For codemods like
same => deepEquals
, we should just examine the AVA config inpackage.json
to determine which files are test files, which are sources, etc.We could do similar things for
mocha
/tap
/etc by parsing their configs. (not sure we want to go down that road).The text was updated successfully, but these errors were encountered: