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