Skip to content

Commit

Permalink
Fix global expect
Browse files Browse the repository at this point in the history
  • Loading branch information
eatyourgreens committed Sep 27, 2024
1 parent 148b6d0 commit ae1bd45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const chai = {
};

global.chai = chai;
global.expect = baseChai.expect;
global.expect = chai.expect;

beforeEach(function() {
return redis.flushAll();
Expand Down

0 comments on commit ae1bd45

Please sign in to comment.