UNPKG

d2-ui

Version:
9 lines (7 loc) 235 B
import React from 'react'; import withStateFrom from '../../src/component-helpers/withStateFrom'; describe('withStateFrom', () => { it('should be a function', () => { expect(withStateFrom).to.be.a('function'); }); });