UNPKG

@ryusei/code

Version:

<div align="center"> <a href="https://code.ryuseijs.com"> <img alt="RyuseiCode" src="https://code.ryuseijs.com/images/svg/logo.svg" width="70"> </a>

10 lines (7 loc) 255 B
import { getSelection } from './getSelection'; describe( 'getSelection', () => { test( 'can return the Selection instance.', () => { const selection = getSelection(); expect( selection instanceof Selection ).toBe( true ); } ); } );