bahmutov/gt

Add BDD interface

Closed this issue · 0 comments

probably without any built-in assertions, use lazy-ass

describe('foo', function () {
  it('does something', function () {
    la(2 + 2 === 4);
  });
});