Skip to content
Prev Previous commit
Next Next commit
improve code style
  • Loading branch information
YunFeng0817 committed Jan 12, 2023
commit 5f319f1304bc885de46429024fb17a38f8664e4e
2 changes: 1 addition & 1 deletion packages/rrdom/test/diff.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1283,7 +1283,7 @@ describe('diff algorithm for rrdom', () => {
* If the selector match is case insensitive, it will cause some CSS style problems in the replayer.
* This test result executed in JSDom is different from that in real browser so we use puppeteer as test environment.
*/
let browser = await puppeteer.launch();
const browser = await puppeteer.launch();
const page = await browser.newPage();
await page.goto('about:blank');

Expand Down