avajs / ava

Node.js test runner that lets you develop with confidence 🚀
MIT License
20.74k stars 1.41k forks source link

Fix import typo #3292

Closed codetheweb closed 10 months ago

codetheweb commented 10 months ago

We finally started building on top of the API I added last year and discovered a small typo. The ava/internal type import was failing until I made this change.

novemberborn commented 10 months ago

Thanks for the fix! Good timing too, am about to do a release.