TextInput: props and tests

This commit is contained in:
Nicolas Gallagher
2015-09-20 15:43:52 -07:00
parent d6db206ec4
commit e727193809
8 changed files with 483 additions and 70 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ var webpackConfig = require('./webpack.config.base')
module.exports = function (config) {
config.set({
basePath: constants.ROOT_DIRECTORY,
browsers: [ process.env.TRAVIS ? 'Firefox' : 'Chrome' ],
browsers: process.env.TRAVIS ? [ 'Firefox' ] : [ 'Chrome' ],
browserNoActivityTimeout: 60000,
client: {
captureConsole: true,