UNPKG

silki

Version:

Cli tool for build react app, based on generator-react-multipage, create-react-app, roadhog. Support react multiple pages app develop.

13 lines (10 loc) 292 B
/*eslint-env node, mocha */ /*global expect */ /*eslint no-console: 0*/ 'use strict'; import config from 'config'; describe('appEnvConfigTests', function () { it('should load app config file depending on current --env', function () { expect(config.appEnv).to.equal('test'); }); });