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.
Hello 👋
🚀🚀🚀
ava just published its new version 0.13.0, which is not covered by your current version range.
If this pull request passes your tests you can publish your software with the latest version of ava – otherwise use this branch to work on adaptions and fixes.
Happy fixing and merging 🌴
GitHub Release
The most exciting changes in this release are support for using your own Babel config with AVA and an intelligent watch mode that watches for test and source changes and runs only tests that are affected.
We now have an awesome list. Our ESLint plugin got some new rules. And @novemberborn is a team member!
Highlights
ava
config package.json. This will let you configure AVA to use your own Babel config (.babelrc orbabel
in package.json). a03f826todo
test modifier. e697629t.throws()
now returns error or rejection reason of promise. e03b82ctest.only()
now works across all test files. 6b1617atest
is used incorrectly. 94c03f6Changes
v0.12.0...v0.13.0
The new version differs by 81 commits .
a723eb1
0.13.0
e9de64b
add gif of the mini reporter
83ab1e4
Merge pull request #621 from sindresorhus/sticky-only
b4abee1
make .only sticky in watch mode
e810ed4
Merge pull request #624 from sindresorhus/watch-and-syntax-errors
f1966d9
Merge pull request #618 from sindresorhus/mini-reporter-color
73c8b6b
Merge pull request #627 from forresst/link-watch-mode-french
d74335e
Docs: Link to French translation for watch mode
768ef9d
handle exceptions when initially running files
901c48c
move unreportedFiles closer to where it's used
9c867e9
remove color from test title in mini reporter
76860dd
Close #599 PR: Add busy indicator to mini reporter. Fixes #598
cac933e
Merge pull request #607 from sindresorhus/document-watch
81b7f1e
also rerun tests when 'r' is entered
755849f
add -S shorthand for --source
There are 81 commits in total. See the full diff.
This pull request was created by greenkeeper.io.
Tired of seeing this sponsor message? Upgrade to the supporter plan! You'll also get your pull requests faster ⚡It keeps your software, up to date, all the time.