UNPKG

d2-ui

Version:
9 lines (7 loc) 214 B
import React from 'react'; import withStateFrom from '../withStateFrom'; describe('withStateFrom', () => { it('should be a function', () => { expect(typeof withStateFrom).toBe('function'); }); });