shared-updated
Version:
Modern fork of shared (Kevin Jones), updated for latest Node.js and MongoDB
14 lines (12 loc) • 406 B
text/typescript
/// <reference path='test-utils.ts' />
/// <reference path='test-types.ts' />
/// <reference path='test-serial.ts' />
/// <reference path='test-tracker.ts' />
/// <reference path='test-undo.ts' />
/// <reference path='test-commit.ts' />
exports.utils = testutils;
exports.types = testtypes;
exports.serial = testserial;
exports.tracker = testtracker;
exports.undo = testundo;
exports.commit = testcommit;