UNPKG

ember-app-scheduler

Version:

Ember addon to schedule work at different phases of app life cycle.

10 lines (8 loc) 246 B
'use strict'; // work around https://github.com/qunitjs/qunit/issues/1182 const root = process.cwd(); for (let key in require.cache) { if (key.startsWith(root) && !key.startsWith(`${root}/node_modules`)) { delete require.cache[key]; } }