4.0.0-alpha.16
Pre-release
Pre-release
jason0x43
released this
29 Sep 18:41
·
322 commits
to master
since this release
Changes
- Events that are emitted before reporters are initialized are now queued and re-emitted after reporter initialization. (#796)
- Detection of malformed object suite descriptors (used with the object interface) has been improved
- The
loadScript
method in the Node executor can now load modules fromnode_modules
(#788) - A warning is now emitted when no config file was found (#791)
- Browser bundles are now optimized
- The cli now understands nested config parameters (e.g.,
node.suites="_tests/unit/**/*.js"
) (#792)