Closed greenkeeper[bot] closed 6 years ago
Update to this version instead ๐
This is a pretty small release, but a great one if you're solely developing for Node.js 8.3 or above.
You can now use object rest/spread properties in test files without any further Babel configuration. Note that if you're running tests on older versions of Node.js you'll still need to add the relevant Babel plugins, since this new language feature has not yet reached stage 4. 37c9122
t.is()
values are deeply equal but not the same c41b2afWe welcome new contributors. AVA is a friendly place to get started in open source. We have a great article on getting started contributing and a comprehensive contributing guide.
The new version differs by 12 commits.
e401bd1
0.24.0
8141395
Churn and dedupe package-lock
f2979a3
Bump dependencies
efc3b31
Code style tweaks
cb1c3f7
Fix documentation of snapshotDir option
c41b2af
Provide feedback when t.is() values are deeply equal but not the same
1cd3a04
Don't run before and after hooks when all tests are skipped
f98a881
Document how to title macros when using TypeScript
b3c4090
Fix broken link in contributing guide
37c9122
Include syntax-object-rest-spread in default Babel options for Node.js >= 8.3.0
035fd31
Verify package-lock when linting
37e8b49
Use babel-generator to regenerate enhanced assertion statements
See the full diff
Commit: 3818cb6aeea1ffd4808b1e543b5fe693f948a2fb
Compared with d17006436f6a1faba2266f059c702677611d4076
This page or pull request reply was automatically generated.
Diff changed E2E result count : 17 / 17
Version 0.23.0 of ava was just published.
The version 0.23.0 is not covered by your current version range.
If you donโt accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
It might be worth looking into these changes and trying to get this project onto the latest version of ava.
If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you donโt have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
Release Notes
0.23.0Highlights๐ด
NODE_ENV=test
AVA will now set
process.env.NODE_ENV
to'test'
, as long as theNODE_ENV
environment variable has not already been set. 42e7c74Improved snapshot storage location๐
Snapshots are stored alongside your test files. This is great when your test file is executed directly but say if you're using TypeScript to precompile your test file AVA would store the snapshots in your build directory. In this release, if source maps are available, AVA determines the original test file location and uses that to store the snapshots.
You can also specify where snapshots are stored through the
snapshotLocation
option in thepackage.json
file. 7fadc34Matching anonymous tests๐ต๏ธ
--match='*'
now matches all tests, including those without a title. 1df502dMiscellaneous๐
2
in CI environments 3f81fc4Bluebird.longStackTraces()
. If you're using Bluebird you may want to call this yourself using arequire
script. ebf78b3 61101d9t.log()
is now supported in the Flow and TypeScript type definitions 64b7755t.title
is now supported in the TypeScript type definitions 3c8b1bet.snapshot()
now has a better Flow type definition ded7ab8All changes๐
v0.22.0...v0.23.0
Thanks๐
Get involvedโ๏ธ
We welcome new contributors. AVA is a friendly place to get started in open source. We have a great article on getting started contributing and a comprehensive contributing guide.
Commits
The new version differs by 30 commits.
3b81e2c
0.23.0
3f81fc4
Limit concurrency to 2 in a CI environment
1cb9d4f
Adjust NODE_PATH test to fix linting issue
1ea758f
Only display timestamp in verbose logger if watch mode is active (#1557)
c72f4f2
Include anonymous functions in stacktraces (#1508)
eebf26e
Add Awesome mentioned badge
f43d5ae
Recipe instructions for making jQuery available in browser (#1543)
68ce4b8
Update tsconfig.json docs link in the TS recipe
837b0dd
Fix TypeScript recipe typo (#1549)
2349316
Update package-lock with changes in #1407
bb91862
Version warning when local version is behind (#1407)
42e7c74
Set NODE_ENV to to 'test' if not already set (#1523)
64b7755
Add t.log() for Flow and TypeScript (#1538)
8955e15
Lint test fixtures
fa4f73c
Update to npm@5.4.2
There are 30 commits in total.
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donโt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper bot :palm_tree: