FogelAI / babel-plugin-transform-barrels

A Babel plugin that transforms indirect imports through a barrel file (index.js) into direct imports.
15 stars 2 forks source link

add automated tests #3

Closed sibelius closed 3 weeks ago

sibelius commented 7 months ago

make sure the code works

make sure we won't regress when adding or refactoring code

FogelAI commented 3 weeks ago

Hi @sibelius Thank you for opening this issue and bringing this to my attention. I have now implemented automated tests.