imagemin / meta

General discussion repo for imagemin related projects
6 stars 2 forks source link

Use AVA #16

Closed sindresorhus closed 5 years ago

sindresorhus commented 7 years ago

Would be nice to use AVA on all our repos instead of Mocha, as it makes it a lot easier to do async tests.

Should do https://github.com/imagemin/meta/issues/15 first, or at the same time, as AVA requires Node.js 4.

bradbaris commented 7 years ago

Related to avajs/ava#1354, AVA now requires Node>=4.5, so we might need to change something about the Node 4 requirement.

sindresorhus commented 7 years ago

@bradbaris No. AVA is a devDependency.

sindresorhus commented 5 years ago

@1000ch Is this now done on all the repos?

1000ch commented 5 years ago

@sindresorhus Seems to be done.