UNPKG

generator-beez

Version:
17 lines (15 loc) 411 B
/** * @name index.js<beez-mymodule specc> * @author Octo Cat <octo@example.com> * @fileOvermodel beez-mymodule model * @overview TestCase: s/beez-mymodule/index */ define(['index', 'beez'], function(index, beez) { return function () { describe('beez-mymodule', function () { it('First test', function () { expect('ok').eq.ok; }); }); }; });