We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56ac4b4 commit f9d2c4bCopy full SHA for f9d2c4b
testing/unittest.js
@@ -6,7 +6,7 @@ const storageModule = require('../src/pytest_html/scripts/storage.js')
6
7
let expect
8
(async () => {
9
- ({ expect } = await import('chai'))
+ ({ expect } = await import('chai'))
10
})()
11
12
const setTestData = () => {
0 commit comments