Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency ava to v1.2.0 #90

Merged
merged 1 commit into from Jan 27, 2019
Merged

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 27, 2019

This PR contains the following updates:

Package Type Update Change References
ava devDependencies minor 1.1.0 -> 1.2.0 homepage, source

Release Notes

avajs/ava

v1.2.0

Compare Source

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
});

b65c6d7

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 @鈥媎flupu 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 workspaceFolder variable 0a5fe42 and --serial argument placement edfc005

All changes 馃摎

v1.1.0...v1.2.0

Thanks 馃拰

馃挅 Huge thanks to @鈥媋nishkny, @鈥婥rispusDH, @鈥媎flupu and @鈥媙iktekusho for helping us with this release. We couldn鈥檛 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.


Renovate configuration

馃搮 Schedule: At any time (no schedule defined).

馃殾 Automerge: Enabled.

鈾伙笍 Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

馃敃 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling ee5c6c4 on renovate/ava-1.x into b20a08a on master.

@renovate renovate bot merged commit d2c2e6f into master Jan 27, 2019
@renovate renovate bot deleted the renovate/ava-1.x branch January 27, 2019 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants