UNPKG

easy-peasy

Version:

Vegetarian friendly state for React

8 lines (6 loc) 147 B
import { get } from '../lib'; describe('get', () => { test('invalid target', () => { expect(get(['foo'], 12345)).toBeUndefined(); }); });