@@ -13,6 +13,7 @@ jest.autoMockOff();
1313var path = require ( 'path' ) ;
1414var fs = require ( 'fs' ) ;
1515
16+ // eslint-disable-next-line improperly-disabled-jasmine-tests
1617xdescribe ( 'React Yeoman Generators' , function ( ) {
1718 describe ( 'react:react' , function ( ) {
1819 var assert ;
@@ -44,7 +45,7 @@ xdescribe('React Yeoman Generators', function() {
4445 jest . runAllTicks ( ) ;
4546 jest . runOnlyPendingTimers ( ) ;
4647 return generated ;
47- } , " generation" , 750 ) ;
48+ } , ' generation' , 750 ) ;
4849 } ) ;
4950
5051 it ( 'creates files' , function ( ) {
@@ -87,7 +88,7 @@ xdescribe('React Yeoman Generators', function() {
8788 var stat = fs . statSync ( 'android' ) ;
8889
8990 expect ( stat . isDirectory ( ) ) . toBe ( true ) ;
90- } )
91+ } ) ;
9192 } ) ;
9293
9394 describe ( 'react:android' , function ( ) {
@@ -123,7 +124,7 @@ xdescribe('React Yeoman Generators', function() {
123124 jest . runAllTicks ( ) ;
124125 jest . runOnlyPendingTimers ( ) ;
125126 return generated ;
126- } , " generation" , 750 ) ;
127+ } , ' generation' , 750 ) ;
127128 } ) ;
128129
129130 it ( 'creates files' , function ( ) {
@@ -203,7 +204,7 @@ xdescribe('React Yeoman Generators', function() {
203204 jest . runAllTicks ( ) ;
204205 jest . runOnlyPendingTimers ( ) ;
205206 return generated ;
206- } , " generation" , 750 ) ;
207+ } , ' generation' , 750 ) ;
207208 } ) ;
208209
209210 it ( 'creates files' , function ( ) {
0 commit comments