UNPKG

msync

Version:

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

7 lines (6 loc) 131 B
import { expect } from 'chai'; describe('tests', () => { it('succeeds', () => { expect(123).to.equal(123); }); });