File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 - " 0.10"
44before_script :
55 - export DISPLAY=:99.0
6- - sh -e /etc/init.d/xvfb start
6+ - sh -e /etc/init.d/xvfb start
Original file line number Diff line number Diff line change 11React A11y
22==========
33
4+ [ ![ build status] ( https://img.shields.io/travis/rackt/react-a11y/master.svg?style=flat-square )] ( https://travis-ci.org/rackt/react-a11y )
5+
46Warns about potential accessibility issues with your React elements.
57
68![ screenshot] ( http://i.imgur.com/naQTETB.png )
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ var webpack = require('webpack');
33module . exports = function ( config ) {
44 config . set ( {
55
6+ browserNoActivityTimeout : 30000 ,
7+
68 browsers : [ process . env . CONTINUOUS_INTEGRATION ? 'Firefox' : 'Chrome' ] ,
79
810 singleRun : process . env . CONTINUOUS_INTEGRATION === 'true' ,
@@ -17,11 +19,13 @@ module.exports = function (config) {
1719 'tests.webpack.js' : [ 'webpack' , 'sourcemap' ]
1820 } ,
1921
22+ reporters : [ 'dots' ] ,
23+
2024 webpack : {
21- devtool : 'eval ' ,
25+ devtool : 'inline-source-map ' ,
2226 module : {
2327 loaders : [
24- { test : / \. j s $ / , loader : 'jsx -loader?harmony ' }
28+ { test : / \. j s $ / , loader : 'babel -loader' }
2529 ]
2630 } ,
2731 plugins : [
You can’t perform that action at this time.
0 commit comments