avajs / babel

Babel provider for AVA.
11 stars 3 forks source link

Add integration tests #3

Open novemberborn opened 4 years ago

novemberborn commented 4 years ago

Most Babel related tests have been removed from AVA. We should write integration tests here instead.

Hopefully we can install AVA from GitHub (avajs/ava#master) in a subdirectory, and then write tests that call ava and observe the output. Much like we did in AVA itself (except there the tests were hosted in tap). See https://github.com/avajs/ava/pull/2319 for the tests that were removed.

sindresorhus commented 4 years ago

I think you could add AVA as a dev dependency using an alias: https://npm.community/t/documentation-for-package-aliases/10039