Skip to content

Commit

Permalink
fix: UTs
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent committed Mar 5, 2024
1 parent da831aa commit 5334688
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/unit/heal_test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
const expect = require('chai').expect;
let expect;
import('chai').then(chai => {
expect = chai.expect;
});

const heal = require('../../lib/heal');
const recorder = require('../../lib/recorder');
const Step = require('../../lib/step');
Expand Down

0 comments on commit 5334688

Please sign in to comment.