Update ava to the latest version 🚀 #28
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Version 0.23.0 of ava was just published.
The version 0.23.0 is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
It might be worth looking into these changes and trying to get this project onto the latest version of ava.
If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
Release Notes
0.23.0Highlights 🕴
NODE_ENV=test✨AVA will now set
process.env.NODE_ENVto'test', as long as theNODE_ENVenvironment variable has not already been set. 42e7c74Improved snapshot storage location 🗃
Snapshots are stored alongside your test files. This is great when your test file is executed directly but say if you're using TypeScript to precompile your test file AVA would store the snapshots in your build directory. In this release, if source maps are available, AVA determines the original test file location and uses that to store the snapshots.
You can also specify where snapshots are stored through the
snapshotLocationoption in thepackage.jsonfile. 7fadc34Matching anonymous tests 🕵️
--match='*'now matches all tests, including those without a title. 1df502dMiscellaneous 🎒
2in CI environments 3f81fc4Bluebird.longStackTraces(). If you're using Bluebird you may want to call this yourself using arequirescript. ebf78b3 61101d9t.log()is now supported in the Flow and TypeScript type definitions 64b7755t.titleis now supported in the TypeScript type definitions 3c8b1bet.snapshot()now has a better Flow type definition ded7ab8All changes 🛋
v0.22.0...v0.23.0Thanks 💌
💖 Huge thanks to @anshulwadhawan, @mliou8, @dehbmarques, @forivall, @forresst, @Couto, @impaler, @kristianmandrup, @lukechilds, @neoeno, @jugglinmike, @P-Seebauer, @philippotto, @ptim, @rhendric, @ntwb, @tdeschryver, @timothyjellison and @zellwk for helping us with this release. We couldn’t have done it without you!
Get involved ✌️
We welcome new contributors. AVA is a friendly place to get started in open source. We have a great article on getting started contributing and a comprehensive contributing guide.
Commits
The new version differs by 30 commits.
3b81e2c0.23.03f81fc4Limit concurrency to 2 in a CI environment1cb9d4fAdjust NODE_PATH test to fix linting issue1ea758fOnly display timestamp in verbose logger if watch mode is active (#1557)c72f4f2Include anonymous functions in stacktraces (#1508)eebf26eAdd Awesome mentioned badgef43d5aeRecipe instructions for making jQuery available in browser (#1543)68ce4b8Update tsconfig.json docs link in the TS recipe837b0ddFix TypeScript recipe typo (#1549)2349316Update package-lock with changes in #1407bb91862Version warning when local version is behind (#1407)42e7c74Set NODE_ENV to to 'test' if not already set (#1523)64b7755Add t.log() for Flow and TypeScript (#1538)8955e15Lint test fixturesfa4f73cUpdate to npm@5.4.2There are 30 commits in total.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot 🌴