File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ module.exports = function (config) {
4242
4343 autoWatch : true ,
4444
45- browsers : [ isCI ? "PhantomJS" : "PhantomJS" /*" Chrome"*/ ] ,
45+ browsers : [ isCI ? "PhantomJS" : "Chrome" ] ,
4646
4747 captureTimeout : 60000 ,
4848 browserNoActivityTimeout : 30000 ,
Original file line number Diff line number Diff line change 4545 "fs-promise" : " ~0.3.1" ,
4646 "karma" : " ~0.12.31" ,
4747 "karma-chai" : " ^0.1.0" ,
48+ "karma-chrome-launcher" : " ~0.1.7" ,
4849 "karma-cli" : " ~0.0.4" ,
4950 "karma-mocha" : " ~0.1.10" ,
5051 "karma-mocha-reporter" : " ~1.0.2" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import ReCAPTCHA from "../src/recaptcha";
55describe ( "ReCAPTCHA" , function ( ) {
66 it ( "Should output a alert with message" , function ( ) {
77 let instance = ReactTestUtils . renderIntoDocument (
8- < ReCAPTCHA siteKey = "xxx" />
8+ < ReCAPTCHA siteKey = "xxx" onloadCallbackName = "onloadcallback" />
99 ) ;
1010 assert . ok ( ReactTestUtils . findRenderedDOMComponentWithTag ( instance , "div" ) ) ;
1111 } ) ;
You can’t perform that action at this time.
0 commit comments