UNPKG

core-resource-app-test

Version:

App that contains assets and scripts for the core apps

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'); }); });