Skip to content

Commit

Permalink
fix: UTs
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent committed Feb 6, 2024
1 parent 9e75abc commit 83bb8b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/helper/Playwright_test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
let assert;
let expect;
import('chai').then(chai => {
assert = chai.assert;
expect = chai.expect;
});

const path = require('path');
Expand Down

0 comments on commit 83bb8b4

Please sign in to comment.