more unit tests
This commit is contained in:
@@ -125,6 +125,10 @@ describe('getLinkPath (non-regression)', () => {
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
test('none', () => {
|
||||
expect(rendering().getLinkPath('none', 1)).toEqual(null);
|
||||
});
|
||||
});
|
||||
|
||||
describe('getBounds', () => {
|
||||
|
||||
Reference in New Issue
Block a user