mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Upgrade outdated dependencies
This commit is contained in:
@@ -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'), '');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user