Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.0 #214

Merged
merged 10 commits into from
Nov 30, 2017
Merged

3.0 #214

merged 10 commits into from
Nov 30, 2017

Conversation

adamgruber
Copy link
Owner

No description provided.

adamgruber added 10 commits July 6, 2017 11:13
* remove unused arrays of collective tests

* only use uuids in suite collective test arrays

* remove derivable suite properties
* map over suites to clean them; removing empty suites

* remove unused removeAllPropsFromObjExcept method

* fix/update tests
* Remove unused option

* Remove deprecated enableTestCode option

* Simplify options handling

Only handle options that pertain to the reporter and pass through all others as is. No longer rely on marge for base config.

* Update tests
* Update documentation for 3.0
* Update deps

* eslint: reorder rules

* eslint: update dep; fix lint

* Use local lib for functional tests
* changelog: reformat links

* package.json: bump major version; bump marge dep

* changelog: add 3.0.0 release notes

* npm scripts: add prepack script
@adamgruber adamgruber merged commit 5a49d41 into master Nov 30, 2017
wking added a commit to wking/tap-mocha-reporter that referenced this pull request Jun 7, 2018
Catching up with:

* Mocha, which has had these as part of its suites since
  mochajs/mocha@c0bb9188 (plugging in Hook, 2011-11-25), and

* Mochawesome, which has expected arrays since at least
  adamgruber/mochawesome@5a49d410 (3.0, 2017-11-30,
  adamgruber/mochawesome#214).

Without this change, Mochawesome's:

  [].concat(suite._beforeAll, suite._beforeEach)

will lead to:

  [undefined, undefined]

and Mochawesome will call cleanTest on those undefined values and
crash.
@adamgruber adamgruber deleted the 3.0 branch June 4, 2019 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant