Skip to content

Commit

Permalink
Fix global expect
Browse files Browse the repository at this point in the history
  • Loading branch information
eatyourgreens committed Jan 11, 2024
1 parent 04ba38b commit f31ae89
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 = global.chai.expect;

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

0 comments on commit f31ae89

Please sign in to comment.