Skip to content

Commit f9d2c4b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 56ac4b4 commit f9d2c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/unittest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const storageModule = require('../src/pytest_html/scripts/storage.js')
66

77
let expect
88
(async () => {
9-
({ expect } = await import('chai'))
9+
({ expect } = await import('chai'))
1010
})()
1111

1212
const setTestData = () => {

0 commit comments

Comments
 (0)