kentcdodds / webpack-validator-DEPRECATED

Use this to save yourself some time when working on a webpack configuration.
MIT License
93 stars 8 forks source link

Update to AVA 0.13 and document testing workflow #29

Closed jonathanglasmeyer closed 8 years ago

jonathanglasmeyer commented 8 years ago

I refactored the test scripts to use the watch flag introducted in ava 0.13. This speeds up reload quite a bit. I also extracted common ava cli flags into the ava package.json config entry. Finally I documented the available testing commands in CONTRIBUTING.md.

kentcdodds commented 8 years ago

Oh, this is fantastic. Thank you!

kentcdodds commented 8 years ago

Thank you @jonathanewerner! I learned a few things about AVA with this PR :confetti_ball:

sarbbottam commented 8 years ago

Neat PR @jonathanewerner, learning AVA :smile: :+1:

nyrosmith commented 8 years ago

Implicit learning is fantastic. Thx!