unit test

This commit is contained in:
cookfront
2017-04-13 17:59:43 +08:00
parent b8737c42d5
commit 66812afc13
3 changed files with 110 additions and 107 deletions

View File

@@ -36,6 +36,6 @@ describe('Search', () => {
expect(eventStub.calledOnce).to.be.true;
expect(eventStub.calledWith('change'));
done();
})
});
});
});