Skip to content
This repository has been archived by the owner on Dec 22, 2020. It is now read-only.

fix: compat with [email protected] #104

Merged
merged 1 commit into from
Jul 31, 2020

Conversation

AviVahl
Copy link
Contributor

@AviVahl AviVahl commented Jul 31, 2020

This PR contains a:

  • bugfix
  • new feature
  • code refactor
  • test update
  • typo fix
  • metadata update

Motivation / Use-Case

mocha finally changed mocha/mocha.js into a proper umd bundle.
Used a fallback approach so that previous versions would work as well.

Breaking Changes

None.

Additional Info

Should be released as a patch version.

mocha finally changed mocha/mocha.js into a proper umd bundle.
Used a fallback approach so that previous versions would work as well.
@codecov
Copy link

codecov bot commented Jul 31, 2020

Codecov Report

Merging #104 into master will decrease coverage by 3.14%.
The diff coverage is 57.14%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #104      +/-   ##
==========================================
- Coverage   76.31%   73.17%   -3.15%     
==========================================
  Files           3        3              
  Lines          38       41       +3     
  Branches        4        5       +1     
==========================================
+ Hits           29       30       +1     
- Misses          8        9       +1     
- Partials        1        2       +1     
Impacted Files Coverage Δ
src/start.js 0.00% <0.00%> (ø)
src/index.js 90.32% <100.00%> (+0.32%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update cef36ae...4529246. Read the comment docs.

Copy link
Member

@alexander-akait alexander-akait left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Patch release?

@alexander-akait alexander-akait merged commit 1a4a1d6 into master Jul 31, 2020
@alexander-akait alexander-akait deleted the mocha-8.1.0-compatibility branch July 31, 2020 11:17
@AviVahl
Copy link
Contributor Author

AviVahl commented Jul 31, 2020

Should be a patch, thanks.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants