2.0.0 • Published 7 years ago

require-uncached v2.0.0

Weekly downloads
1,777,047
License
MIT
Repository
github
Last release
7 years ago

require-uncached Build Status

Require a module bypassing the cache

Useful for testing purposes when you need to freshly require a module.

Install

$ npm install --save require-uncached

Usage

// foo.js
let i = 0;
module.exports = () => ++i;
const requireUncached = require('require-uncached');

require('./foo')();
//=> 1

require('./foo')();
//=> 2

requireUncached('./foo')();
//=> 1

requireUncached('./foo')();
//=> 1

Related

License

MIT © Sindre Sorhus

electron-eslinteslint-4-fix@arisageha/react-lazyload@arisageha/react-lazyload-fixsei-nodetd.coreagreestudioeslintmutasi-bcacthpb-plugin-socialukor-remaster@infinitebrahmanuniverse/nolb-requi@everything-registry/sub-chunk-2655wow.js-juzivue-compmentvcloudcam-playkit-js-hlsvideo-multi-uploaderjsonresume-theme-material-designjs-cakejerryproxyjerryproxy-ykitjerryproxy-ykit-proira-npxgulp-phantom-jasminegulp-modunitgulp-jasmine-phantom-vetongsgridhomebridge-w215homebridge-w215-artohandlebars-transpilegulp-tap-xunitlint-fixleradata_work_pr@watchmen/mongo-batch@wzytop/wzy-hook@the91end/react-auth@usdocker/usdockeraxios-retry-anoaxios-yet-another-proxy-fixarrowapc-youtubeargdown-clistromboli-plugin-twigspidersuitestart-tapesolregex2uba-lintumeboshi-config-statictutorial-runnerutexercitationem@astro-my/sign-requestykitykit-betaykit-prowebgmeusdockerzls.initzls-clizls-init@libdweb/web-extmokdn4msomnisminusreact-native-dm-playerreact-native-handcheque-enginereacatrcfileqfproxyplaykit-js-hls-sondqprettygoat-file-storequixesnippets-cliskelly@epilefapps/mongo-database-versioning@inovando-boletos/boleto@financial-times/secret-squirrelgastropod@shopgate/sdk-devserveredge.js-nesteslint-nullish-coalescingeslint-plugin-aurelia-event-aggregatorenv-bunyaneseeslint-webeslint-webpackexpeditanumquamfe-gulpfenglin-uploaderfirst-app-lyfucifm-eslintfluid-eslintfahad-redux-axios-midleware@caneco/siema@cardstack/test-support@beyond-sharepoint/spo-shell@axway/api-builder-runtimed-botdepflipdeng-npxbarista-coldbrewbarista-server
2.0.0

7 years ago

1.0.3

9 years ago

1.0.2

11 years ago

1.0.1

11 years ago

1.0.0

11 years ago