UNPKG

@node-dlc/core

Version:
8 lines (6 loc) 117 B
import { expect } from 'chai'; describe('core', () => { it('should', () => { expect(1).to.equal(1); }); });