rx-queue
Version:
Easy to Use ReactiveX Queue that Supports Delay/DelayExecutor/Throttle/Debounce/Concurrency Features Powered by RxJS/IxJS
9 lines • 466 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
const tstest_1 = require("tstest");
const version_js_1 = require("./version.js");
(0, tstest_1.test)('Make sure the VERSION is fresh in source code', async (t) => {
t.equal(version_js_1.VERSION, '0.0.0', 'version should be 0.0.0 in source code, only updated before publish to NPM');
});
//# sourceMappingURL=version.spec.js.map
;