more unit tests
This commit is contained in:
@@ -256,6 +256,8 @@ Here are the accepted types and their preview :
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
You can use **`none`** to make an invisible link.
|
||||||
|
|
||||||
(soon)
|
(soon)
|
||||||
|
|
||||||
### Font styles
|
### Font styles
|
||||||
|
|||||||
@@ -125,6 +125,10 @@ describe('getLinkPath (non-regression)', () => {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
test('none', () => {
|
||||||
|
expect(rendering().getLinkPath('none', 1)).toEqual(null);
|
||||||
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('getBounds', () => {
|
describe('getBounds', () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user