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
-1
View File
@@ -1,4 +1,3 @@
const expect = chai.expect;
import _, { Localizer, l10n } from '../app/localization.js';
describe('Localization', function () {