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

refactor(*): break up into individual modules #474

Merged
merged 1 commit into from Feb 1, 2021
Merged

refactor(*): break up into individual modules #474

merged 1 commit into from Feb 1, 2021

Commits on Feb 1, 2021

  1. refactor(*): break up into individual modules

    this should make it much easier to comprehend
    and write tests for karma-webpack.
    there is one change in how the
    KarmaWebpackController is managed, we now
    instantiate this in the preprocessor phase
    and propagate the value within the karma config
    object as a private variable. This allows
    for breaking the framework and preprocessor
    into separates modules and has the added
    benefit of being able to run multiple
    times in a given session without sharing
    mutable state. This allows integrations
    tests to be run in parallel as well as multiple
    times which was previously not possible.
    
    Fixes N/A
    codymikol committed Feb 1, 2021
    Copy the full SHA
    3b4eafb View commit details
    Browse the repository at this point in the history