@hirez_io/observer-spy
Version:
A simple little class that helps making Observable testing a breeze
6 lines • 330 B
JavaScript
;
// This is a helper for jest to set up autoUnsubscribe in the "setupFilesAfterEnv" configuration option
Object.defineProperty(exports, "__esModule", { value: true });
var auto_unsubscribe_1 = require("./auto-unsubscribe");
(0, auto_unsubscribe_1.autoUnsubscribe)();
//# sourceMappingURL=setup-auto-unsubscribe.js.map