UNPKG

aright-lexicon

Version:

babelute DSL for Object and Types validations

11 lines (8 loc) 171 B
/* global describe, it */ import chai from 'chai'; const expect = chai.expect; describe('Your tests', () => { it('dummy', () => { expect(true).equal(true); }); });