UNPKG

msync

Version:

Easily manage building and syncing multiple node-modules in a flexibly defined workspace.

9 lines (8 loc) 231 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var chai_1 = require("chai"); describe('tests', function () { it('succeeds', function () { (0, chai_1.expect)(123).to.equal(123); }); });