UNPKG

feedy

Version:
7 lines (6 loc) 118 B
import {expect} from 'chai'; describe('example', () => { it ('test', () => { expect(true).to.equal(true); }); });