Upgrade outdated dependencies

This commit is contained in:
Jamie Kyle
2024-11-18 11:20:23 -08:00
committed by GitHub
parent e4aa4de5e1
commit 8fde907b17
27 changed files with 2047 additions and 3751 deletions

View File

@@ -18,6 +18,7 @@ describe('getClassNamesFor', () => {
it('does not add anything if there is no modifier', () => {
const f = getClassNamesFor('module');
assert.equal(f(), '');
// @ts-expect-error -- test case
assert.equal(f(undefined && '__modifier'), '');
});