tight icon indicating copy to clipboard operation
tight copied to clipboard

Remove unused dependencies between tests

Open Pinpickle opened this issue 10 years ago • 0 comments

If an accidental require ends up in a case (eg a call to browserify when the user hasn't asked for Browserify), this will probably crash the application but may pass in some tests (as dependencies are cached). This exact bug is illustrated in #18

The relevant dependency files should be parsed, and all dependencies on the file system that aren't in the file should be deleted.

Pinpickle avatar Sep 07 '15 03:09 Pinpickle