aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJason Miller <[email protected]>2020-05-26 18:53:49 -0400
committerJason Miller <[email protected]>2020-05-26 18:53:49 -0400
commitdd64eea1de4cc6488363c5701b4890ac92fe09b2 (patch)
tree4853c1a5f13ea8df5199cf9caefa2df8b27ab381 /test
parentc36df696228a341020158b368d3d5c988980e5e0 (diff)
Update all dependencies
Diffstat (limited to 'test')
-rw-r--r--test/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/index.js b/test/index.js
index 020c91f..dceb4b7 100644
--- a/test/index.js
+++ b/test/index.js
@@ -159,7 +159,7 @@ describe('mitt#', () => {
inst.emit('foo', ea);
expect(star).to.have.been.calledOnce.and.calledWith('foo', ea);
- star.reset();
+ star.resetHistory();
inst.emit('bar', eb);
expect(star).to.have.been.calledOnce.and.calledWith('bar', eb);