mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-24 20:14:37 -04:00
Clean code.
This commit is contained in:
parent
c396800dfa
commit
882bf8ae11
17 changed files with 202 additions and 148 deletions
|
@ -77,15 +77,15 @@ describe('module "' + ID + '"', function () {
|
|||
});
|
||||
});
|
||||
|
||||
describe('publics', function () {
|
||||
describe('.set()', function () {
|
||||
|
||||
it('.set() is function', function () {
|
||||
it('is function', function () {
|
||||
|
||||
var instance = this.applyFn();
|
||||
assert.ok(_.isFunction(instance.set));
|
||||
});
|
||||
|
||||
it('.set() works', function () {
|
||||
it('works', function () {
|
||||
|
||||
var instance = this.applyFn();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue