|
|
it( 'should throw if given range is not flat', () => {
|
|
it( 'should throw if given range is not flat', () => {
|
|
|
const notFlatRange = new Range( new Position( root, [ 0, 2, 2 ] ), new Position( root, [ 0, 6 ] ) );
|
|
const notFlatRange = new Range( new Position( root, [ 0, 2, 2 ] ), new Position( root, [ 0, 6 ] ) );
|