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

Add ability to unload files from require cache #3534

Closed
wants to merge 12 commits into from

Commits on May 22, 2018

  1. Added unloading files feature

    WithoutCaps committed May 22, 2018
    Configuration menu
    Copy the full SHA
    47bff62 View commit details
    Browse the repository at this point in the history
  2. Fixed lint issue

    WithoutCaps committed May 22, 2018
    Configuration menu
    Copy the full SHA
    738a06a View commit details
    Browse the repository at this point in the history

Commits on May 23, 2018

  1. Moved tests to node-only

    WithoutCaps committed May 23, 2018
    Configuration menu
    Copy the full SHA
    616a881 View commit details
    Browse the repository at this point in the history
  2. Fixed linting

    WithoutCaps committed May 23, 2018
    Configuration menu
    Copy the full SHA
    03aca1c View commit details
    Browse the repository at this point in the history
  3. Mini code tweak

    WithoutCaps committed May 23, 2018
    Configuration menu
    Copy the full SHA
    23a9437 View commit details
    Browse the repository at this point in the history
  4. It seems that arrow functions are not allowed 🤔

    WithoutCaps committed May 23, 2018
    Configuration menu
    Copy the full SHA
    689bb64 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2018

  1. Updated tests

    WithoutCaps committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    3751a20 View commit details
    Browse the repository at this point in the history
  2. JSDoc tweak

    WithoutCaps committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    d1902a2 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2018

  1. feat(mocha.js): Add ability to unload files from require cache

    Added new public `unloadFiles` method to undo `loadFiles` for programmatic use. Implemented via
    private `unloadFile` method.
    plroebuck committed Oct 26, 2018
    Configuration menu
    Copy the full SHA
    79da8a7 View commit details
    Browse the repository at this point in the history
  2. docs(mocha.js): Minor patch to function documentation

    Replaced markdown in comment with corresponding HTML.
    plroebuck committed Oct 26, 2018
    Configuration menu
    Copy the full SHA
    00e3241 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2018

  1. Configuration menu
    Copy the full SHA
    f182dd2 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2018

  1. test(node-unit/mocha.spec.js): Update assertions

    Converted from 'to have property' to 'to have keys', eliminating `forEach` loops. Saved results of
    `require.resolve` to variable to prevent rework.
    plroebuck committed Nov 4, 2018
    Configuration menu
    Copy the full SHA
    5b42d9d View commit details
    Browse the repository at this point in the history