Skip to content

Commit 9a5d008

Browse files
committed
fix failed UTs
1 parent c4e7172 commit 9a5d008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/plugin/htmlReporter_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const { expect } = require('chai')
1+
import { expect } from 'chai'
22

33
// Helper function to simulate the escapeHtml behavior from htmlReporter.js
44
function escapeHtml(text) {

0 commit comments

Comments
 (0)