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

fix: remove archived script-loader #86

Merged
merged 1 commit into from
Jan 6, 2020
Merged

Conversation

AviVahl
Copy link
Contributor

@AviVahl AviVahl commented Dec 30, 2019

This PR contains a:

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

Motivation / Use-Case

Using script-loader is not really needed with today's mocha/webpack versions. Requiring mocha.js directly sets up globals properly.
Has the effect of removing old (indirect) raw-loader as well.

Breaking Changes

None.

Additional Info

@codecov
Copy link

codecov bot commented Dec 30, 2019

Codecov Report

Merging #86 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #86   +/-   ##
=======================================
  Coverage   40.54%   40.54%           
=======================================
  Files           4        4           
  Lines          74       74           
  Branches       12       12           
=======================================
  Hits           30       30           
  Misses         36       36           
  Partials        8        8
Impacted Files Coverage Δ
src/index.js 75.67% <100%> (ø) ⬆️

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 1d99129...12f4042. Read the comment docs.

not really needed. requiring mocha.js directly sets up globals properly.
has the effect of removing old raw-loader as well.
@AviVahl
Copy link
Contributor Author

AviVahl commented Jan 6, 2020

@evilebottnawi rebased to master. with the new proper e2e in place, I'm now confident when doing such changes. :)

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.

👍

@alexander-akait alexander-akait merged commit 8c86110 into master Jan 6, 2020
@alexander-akait alexander-akait deleted the remove-script-loader branch January 6, 2020 19:46
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