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:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user