Check upgradeable paths in migrate-imports test

(cherry picked from commit 4ee9fd77fd)
This commit is contained in:
Francisco Giordano
2021-02-23 23:29:43 -03:00
parent 556cdf5f1a
commit 7cab19a2e4
2 changed files with 7 additions and 2 deletions

View File

@ -163,6 +163,7 @@ function getUpgradeablePath (file) {
module.exports = {
pathUpdates,
updateImportPaths,
getUpgradeablePath,
};
if (require.main === module) {