[Improvement] upgrade to webpack 4 (#693)

This commit is contained in:
neverland
2018-03-15 10:13:48 +08:00
committed by GitHub
parent 461b6732eb
commit f13a0779fd
18 changed files with 6384 additions and 4220 deletions

View File

@@ -49,7 +49,7 @@ describe('Utils', () => {
raf(spy);
setTimeout(() => {
expect(spy.calledOnce).to.be.true;
expect(spy.called).to.be.true;
cancel(1);
done();
}, 50);