Ran
|
Files
2
|
Run time
0s
|
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/02d61ea2e0816f904ce0cd31a5521d2b1808934f">02d61ea2e<a href="https://github.com/codetheweb/tuyapi/commit/02d61ea2e0816f904ce0cd31a5521d2b1808934f"><a href="https://github.com/codetheweb/tuyapi/commit/02d61ea2e0816f904ce0cd31a5521d2b1808934f">&quot;&gt;Update dependency ava to v1.2.0 (#133) This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | ava | devDependencies | minor | `1.1.0` -&amp;gt; `1.2.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.2.0`](https://togithub.com/avajs/ava/releases/v1.2.0) [Compare Source](https://togithub.com/avajs/ava/compare/v1.1.0...v1.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: ```js test(&#39;foo&#39;, t =&gt; { t.timeout(100); // 100 milliseconds // Write your assertions here }); ``` [`b65c6d7`](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/b65c6d7da8ba3c7274f36dbcbcff26485f27d36f">b65c6d7da</a>">b65c6d7da</a><a href="https://github.com/codetheweb/tuyapi/commit/02d61ea2e0816f904ce0cd31a5521d2b1808934f">) AVA also has a global [timeout feature](https://togithub.com/avajs/ava/blob/master/docs/07-test-timeouts.md). The mini reporter now logs tests that were pending when those timeouts occur. Additionally, if you interrupt a test using <kbd>ctrl+c</kbd> we'll now also show the pending tests. [`2b60556`](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/2b60556360bb3b434ee5b4bb3486acb8a32b7aa7">2b6055636</a>">2b6055636</a><a href="https://github.com/codetheweb/tuyapi/commit/02d61ea2e0816f904ce0cd31a5521d2b1808934f">) Thank you [@&#8203;dflupu](https://togithub.com/dflupu) for your hard work on this! #### Bug fixes and other improvements - We're no longer truncating multi-line error messages [`72e0762`](http... (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 |
---|