waterfall specs

This commit is contained in:
pangxie1991
2017-04-17 11:03:13 +08:00
parent f27c823463
commit ecac075bef
4 changed files with 126 additions and 1 deletions
+1 -1
View File
@@ -36,6 +36,6 @@ describe('Search', () => {
expect(eventStub.calledOnce).to.be.true;
expect(eventStub.calledWith('change'));
done();
})
});
});
});