diff --git a/test/index.mjs b/test/index.mjs index 2506320..83cea1a 100644 --- a/test/index.mjs +++ b/test/index.mjs @@ -31,7 +31,7 @@ const chai = { }; global.chai = chai; -global.expect = baseChai.expect; +global.expect = chai.expect; beforeEach(function() { return redis.flushAll();