Add tests.

This commit is contained in:
Lars Jung 2015-05-09 20:34:39 +02:00
parent 7311cc8e4b
commit 022f715b98
5 changed files with 45 additions and 11 deletions

View file

@ -96,7 +96,7 @@ describe('module \'' + ID + '\'', function () {
it('is function', function () {
var instance = this.applyFn();
assert.ok(_.isFunction(instance.set));
assert.isTrue(_.isFunction(instance.set));
});
it('works', function () {