UNPKG

ng-describe

Version:

Convenient BDD specs for Angular

17 lines (16 loc) 308 B
/* global ngDescribe, it */ ngDescribe({ name: 'fluent spec 1', tests: function (deps) { it('has test 1', function () { la(check.object(deps)); }); } })({ name: 'fluent spec 2', tests: function (deps) { it('has test 2', function () { la(check.object(deps)); }); } });