testing-library / testing-library-recorder-extension

Testing Library Extension for Chrome DevTools Recorder
https://chrome.google.com/webstore/detail/testing-library-recorder/pnobfbfcnoeealajjgnpeodbkkhgiici?utm_source=github&utm_medium=referral
MIT License
144 stars 3 forks source link

Smart imports #17

Open nickmccurdy opened 1 year ago

nickmccurdy commented 1 year ago

We should only output imports that the tests actually use. This could probably be some sort of map, enum, or binary mode.