facebook / jscodeshift

A JavaScript codemod toolkit.
https://jscodeshift.com
MIT License
9.11k stars 468 forks source link

fix(unit tests): Fix for unit tests broken by #562 #575

Closed ElonVolo closed 9 months ago

ElonVolo commented 9 months ago

Fixing unit tests that were broken because the unit test framework by default looks for an extension with .js and the tempfiles created did not have a .js extension. Which wasn't problem, until #562 finally got the single file filter functionality working the way it was supposed to all along.

Daniel15 commented 9 months ago

Thank you so much!