UNPKG

react-redux-express

Version:

React fullstack generator with express,redux, and some components.

11 lines (9 loc) 214 B
/** * Created by Zhengfeng Yao on 16/8/29. */ import { APP } from 'src/actionTypes'; describe('appEnvConfigTests', () => { it('test actionTypes', () => { expect(APP.INIT).to.equal('APP.INIT'); }); });