Repo Added
|
Files
6
|
Badge
README BADGES
|
push
travis-ci
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` -> `1.1.0` | [homepage](https://ava.li), [source](https://togithub.com/avajs/ava) | --- ### Release Notes <details> <summary>avajs/ava</summary> ### [`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 'ava'; console.log('Test currently being run: ', test.meta.file); ``` ```js import {meta} from 'ava'; console.log('Test currently being run: ', meta.file); ``` This is useful in helpers that need to know the test file. [`bccd297`](https://togithub.com/avajs/ava/commit/bccd297f3) #### Bug fixes and other improvements - `t.log()` now works in hooks [`d187712`](https://togithub.com/avajs/ava/commit/d1877122c) - Error output for improper usage of `t.throws()` once again links to the correct documentation [`dc552bc`](https://togithub.com/avajs/ava/commit/dc552bcb5) - We've added a section on webpack aliases to the [Babel recipe](https://togithub.com/avajs/ava/blob/master/docs/recipes/babel.md) [`c3bcbf2`](https://togithub.com/avajs/ava/commit/<a class=hub.com/codetheweb/tuyapi/commit/c3bcbf2a568c12017fe0da041dc247a226019001">c3bcbf2a5) - We've updated the [Vue recipe](https://togithub.com/avajs/ava/blob/master/docs/recipes/vue.md) for Babel 7, and added a section on webpack aliases [`c3bcbf2`](https://togithub.com/avajs/ava/commit/c3bcbf2a568c12017fe0da041dc247a226019001) #### All changes 📚 [`v1.0.1...v1.1.0`](https://togithub.com/avajs/ava/compare/v1.0.1...v1.1.0) #### Thanks 💌 💖 Huge thanks to [@​fitztrev](https://togi... (continued)
12 of 26 branches covered (46.15%)
Branch coverage included in aggregate %.
72 of 93 relevant lines covered (77.42%)
3.35 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|