-
Notifications
You must be signed in to change notification settings - Fork 1
Description
The devDependency ava was updated from 1.1.0 to 1.2.0.
This version is covered by your current version range and after updating it in your project the build failed.
ava is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
- ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).
Release Notes for 1.2.0
New features
You can now set a timeout for test themselves. The test will fail if this timeout is exceeded. The timeout is reset each time an assertion is made:
test('foo', t => { t.timeout(100); // 100 milliseconds // Write your assertions here });
AVA also has a global timeout feature. The mini reporter now logs tests that were pending when those timeouts occur. Additionally, if you interrupt a test using ctrl+c we'll now also show the pending tests. 2b60556
Thank you @dflupu for your hard work on this!
Bug fixes and other improvements
- We're no longer truncating multi-line error messages 72e0762
- Unexpected errors in the throws assertions are now reported with the correct stack trace ad087f2
- The Debugging with VSCode recipe has been updated with the correct
workspaceFoldervariable 0a5fe42 and--serialargument placement edfc005
All changes 📚
Thanks 💌
💖 Huge thanks to @anishkny, @CrispusDH, @dflupu and @niktekusho 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 11 commits.
010914b1.2.0ad087f2Fix stack traces in throw assertions8ad5efdBump dependencies2b60556Print pending tests on interrupt, and on timeout in mini reporter0a5fe42Change deprecated workspaceRoot variable to the equivalent workspaceFolderb65c6d7Addt.timeout()ed7807eLinter fixesf0a07cdRely on npm 6.6.06b10f2eBump XO and fix some lint issues72e0762Fix accidental truncation of multi-line error messagesedfc005Fix profile.js example
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 🌴