mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-01 14:54:07 +03:00
fix test
This commit is contained in:
@@ -45,7 +45,7 @@ describe('dom class names', () => {
|
||||
});
|
||||
|
||||
test('null', () => {
|
||||
expect(addClass(null, 'abc')).toBe(undefined);
|
||||
expect(typeof addClass(null, 'abc')).toBe('function');
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user