Ran
|
Files
3
|
Run time
2s
|
Badge
Embed ▾
README BADGES
|
push
travis-ci
Update dependency ava to v1.3.0 (#170) This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | ava | devDependencies | minor | `1.2.1` -> `1.3.0` | [homepage](https://ava.li), [source](https://togithub.com/avajs/ava) | --- ### Release Notes <details> <summary>avajs/ava</summary> ### [`v1.3.0`](https://togithub.com/avajs/ava/releases/v1.3.0) [Compare Source](https://togithub.com/avajs/ava/compare/v1.2.1...v1.3.0) #### Bug fixes - We've fixed a rather embarrasing bug with `t.throws()` and `t.throwsAsync()`. If you'd set a `code` expectation to a number we never actually _checked_ that the thrown error had such a code! Thanks to [@​qlonik](https://togithub.com/qlonik) for both spotting and fixing this. [`82daa5e`](https://togithub.com/avajs/ava/commit/82daa5e37) - 1.2.0 contained a regression which meant that if you [faked](https://www.npmjs.com/package/lolex) `clearTimeout()`, you'd break AVA. That's now been fixed. [`40f331c`](https://togithub.com/avajs/ava/commit/40f331c27) - Snapshot files are now recognized as source files, so if you're using watch mode and you delete one, AVA won't rerun _all_ your test files. [`d066f6f`](https://togithub.com/avajs/ava/commit/d066f6fbc) #### New features You can now use `require()` in `ava.config.js` files to load non-ES modules. [`334e15b`](https://togithub.com/avajs/ava/commit/334e15b4a) #### All changes [`v1.2.1...v1.3.0`](https://togithub.com/avajs/ava/compare/v1.2.1...v1.3.0) #### Thanks Thank you [@​itaisteinherz](https://togithub.com/itaisteinherz), [@​jdalton](https://togithub.com/jdalton), [@​kagawagao](https://togithub.com/kagawagao), [@​KompKK](https://togithub.com/KompKK), [@​SleeplessByte](https://togithub.com/SleeplessByte), [@​... (continued)
77 of 87 branches covered (88.51%)
Branch coverage included in aggregate %.
213 of 243 relevant lines covered (87.65%)
7.79 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|