Skip to content

Commit 43111d8

Browse files
Chai package is now published as an ES module ?
1 parent 8669588 commit 43111d8

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
@@ -1,4 +1,4 @@
1-
const { expect } = require('chai')
1+
const { expect } = await import('chai')
22
const sinon = require('sinon')
33
const { doInitFilter, doFilter } = require('../src/pytest_html/scripts/filter.js')
44
const { doInitSort, doSort } = require('../src/pytest_html/scripts/sort.js')

0 commit comments

Comments
 (0)