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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency ava to v3.6.0 #48

Merged
merged 1 commit into from
Apr 5, 2020
Merged

Update dependency ava to v3.6.0 #48

merged 1 commit into from
Apr 5, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 5, 2020

This PR contains the following updates:

Package Type Update Change
ava (source) devDependencies minor 3.5.2 -> 3.6.0

Release Notes

avajs/ava

v3.6.0

Compare Source

afterEach() and afterEach.always() hooks can now determine whether the test passed. Thank you @​bunysae for contributing this! 8f312c0:

test('passes', t => t.pass());

test.afterEach(t => {
	if (t.passed) {
		// Do something because the test passed
	} else {
		// Do something because the test failed
	}
});

@​mbiesiad has diligently translated our documentation to Polish. Thank you @​kekuu for reviewing.

Also thank you @​timgates42 for fixing a typo in our documentation. ede4f32

See avajs/ava@v3.5.0...v3.6.0 for all changes.


Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 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 WhiteSource Renovate. View repository job log here.

@renovate renovate bot added the dependencies label Apr 5, 2020
@coveralls
Copy link

coveralls commented Apr 5, 2020

Pull Request Test Coverage Report for Build 187

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 96.364%

Totals Coverage Status
Change from base Build 184: 0.0%
Covered Lines: 33
Relevant Lines: 33

💛 - Coveralls

@renovate renovate bot merged commit 45c89a0 into master Apr 5, 2020
@renovate renovate bot deleted the renovate/ava-3.x branch April 5, 2020 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants