• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

IMA-WorldHealth / Tree / 387
70%

Build:
DEFAULT BRANCH: master
Ran 15 Jun 2020 09:25AM UTC
Jobs 1
Files 1
Run time 2min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
387

push

travis-ci-com

web-flow
Merge #75

75: build(deps-dev): bump ava from 3.8.2 to 3.9.0 r=jniles a=dependabot-preview[bot]

Bumps [ava](https://github.com/avajs/ava) from 3.8.2 to 3.9.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/avajs/ava/releases">ava's releases</a>.</em></p>
<blockquote>
<h2>3.9.0</h2>
<h2>New experiments!</h2>
<p>Thanks to <a href="https://github.com/futpib">@futpib</a> we now have an experimental <code>t.like()</code> assertion 19c4f35fb:</p>
<p>In the following example, the <code>map</code> property of <code>value</code> must be deeply equal to that of <code>selector</code>. However <code>nested.qux</code> is ignored, because it's not in <code>selector</code>.</p>
<pre lang="js"><code>t.like({
	map: new Map([['foo', 'bar']]),
	nested: {
		baz: 'thud',
		qux: 'quux'
	}
}, {
	map: new Map([['foo', 'bar']]),
	nested: {
		baz: 'thud',
	}
})
</code></pre>
<p>Read more in the <a href="https://github.com/avajs/ava/blob/master/docs/03-assertions.md#likevalue-selector-message"><code>t.like()</code> assertion documentation</a> and <a href="https://github-redirect.dependabot.com/avajs/ava/issues/2518">let us know what you think</a>.</p>
<p><a href="https://github.com/yjpa7145">@yjpa7145</a> has contributed an experiment to reverse the order in which <code>t.teardown()</code> functions are run, so that the last registered function is called first 952a01777. This will be the behavior in AVA 4.</p>
<p>To enable both these experiments update your AVA configuration:</p>
<p><strong><code>package.json</code></strong>:</p>
<pre lang="json"><code>{
	&quot;ava&quot;: {
		&quot;nonSemVerExperiments&quot;: {
			&quot;likeAssertion&quot;: true,
			&quot;reverseTeardowns&quot;: true
		}
	}
}
</code></pre>
<p><strong><code>ava.config.js</code></strong>:</p>
<pre lang="js"><code>export default {
	nonSemVerExperiments: {
		likeAssertion: true,
		reverseTeardowns: true
	}
}
&... (continued)

17 of 27 branches covered (62.96%)

Branch coverage included in aggregate %.

39 of 64 relevant lines covered (60.94%)

38.81 hits per line

Jobs
ID Job ID Ran Files Coverage
1 387.1 15 Jun 2020 09:25AM UTC 0
61.54
Travis Job 387.1
Source Files on build 387
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #387
  • e1665d67 on github
  • Prev Build on master (#383)
  • Next Build on master (#389)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc