Ran
|
Files
2
|
Run time
3min
|
Badge
Embed ▾
README BADGES
|
push
travis-ci
<a href="https://github.com/codetheweb/tuyapi/commit/<a class=hub.com/codetheweb/tuyapi/commit/<a class="double-link" href="https://git"><a class=hub.com/codetheweb/tuyapi/commit/f03feb10680a6a2d2cf0596304b72291e14644f6">f03feb106<a href="https://github.com/codetheweb/tuyapi/commit/f03feb10680a6a2d2cf0596304b72291e14644f6"><a href="https://github.com/codetheweb/tuyapi/commit/f03feb10680a6a2d2cf0596304b72291e14644f6">&quot;&gt;Update dependency ava to v1.1.0 (#129) This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | ava | devDependencies | minor | `1.0.1` -&amp;gt; `1.1.0` | [homepage](https://ava.li), [source](https://togithub.com/avajs/ava) | --- ### Release Notes &amp;lt;details&amp;gt; &amp;lt;summary&amp;gt;avajs/ava&amp;lt;/summary&amp;gt; ### [`v1.1.0`](https://togithub.com/avajs/ava/releases/v1.1.0) [Compare Source](https://togithub.com/avajs/ava/compare/v1.0.1...v1.1.0) ### 1.1.0 #### New features AVA now exports a `meta` object. Currently, you can retrieve the path of the test file being run: ```js import test from &amp;#39;ava&amp;#39;; console.log(&amp;#39;Test currently being run: &amp;#39;, test.meta.file); ``` ```js import {meta} from &#39;ava&#39;; console.log(&#39;Test currently being run: &#39;, meta.file); ``` This is useful in helpers that need to know the test file. [`bccd297`](https://togithub.com/avajs/ava/commit/</a><a class="double-link" href="https://github.com/codetheweb/tuyapi/commit/<a class="double-link" href="https://github.com/codetheweb/tuyapi/commit/bccd297f38c9f4cf6dbb16dffa7ee8753dbbd12f">bccd297f3</a>">bccd297f3</a><a href="https://github.com/codetheweb/tuyapi/commit/f03feb10680a6a2d2cf0596304b72291e14644f6">) #### Bug fixes and other improvements - `t.log()` now works in hooks [`d187712`](https://togithub.com/avajs/ava/commit/</a><a class="double-link" href="https://github.com/codetheweb/tuyapi/commit/<a class="double-link" href="https://github.com/codetheweb/tuyapi/commit/d1877122cea7ce54455d9dcc2bca046612dbd628">d1877122c</a>">d1877122c</a><a href="https://github.com/codetheweb/tuyapi/commit/f03feb10680a6a2d2cf0596304b72291e14644f6">) - Error output for improper usage of `t.throws()` once again links to the correct documentation [`dc552bc`](https://togithub.com/avajs/ava/commit/dc552bcb5">dc552bcb5</a><a href="https://github.com/c... (continued)
12 of 26 branches covered (46.15%)
Branch coverage included in aggregate %.
72 of 93 relevant lines covered (77.42%)
0.84 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|