Fix broken Chai import
Chai v6.0.0 introduced a breaking change where file imports now need to point at 'chai/index.js'. See the corresponding release note.
This commit is contained in:
parent
d49d2b366a
commit
8ebd9ddef9
|
|
@ -1,4 +1,4 @@
|
|||
import * as chai from '../node_modules/chai/chai.js';
|
||||
import * as chai from '../node_modules/chai/index.js';
|
||||
import sinon from '../node_modules/sinon/pkg/sinon-esm.js';
|
||||
import sinonChai from '../node_modules/sinon-chai/lib/sinon-chai.js';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue