Manually load sinon and chai

karma-sinon-chai is not compatible with Chai 5+, and Karma is no longer
being updated.

Load sinon and chai manually instead, until we can have a long term plan
in place.
This commit is contained in:
Pierre Ossman
2024-08-05 14:23:54 +02:00
parent bc31e4e8a2
commit 1b2fe3321b
26 changed files with 19 additions and 47 deletions

View File

@@ -1,5 +1,3 @@
const expect = chai.expect;
import Websock from '../core/websock.js';
import Display from '../core/display.js';