File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -131,10 +131,6 @@ describe('angular-fullstack:app', function() {
131131 } ) ;
132132 } ) ;
133133
134- it ( 'should pass jscs' ) ; //'foo'
135-
136- it ( 'should pass lint' ) ;
137-
138134 it ( 'should run server tests successfully' , function ( ) {
139135 return runCmd ( 'grunt test:server' ) . should . be . fulfilled ( ) ;
140136 } ) ;
@@ -147,10 +143,6 @@ describe('angular-fullstack:app', function() {
147143 } ) ;
148144 } ) ;
149145
150- it ( 'should pass jscs' ) ;
151-
152- it ( 'should pass lint' ) ;
153-
154146 it ( 'should run server tests successfully' , function ( ) {
155147 return runCmd ( 'grunt test:server' ) . should . be . fulfilled ( ) ;
156148 } ) ;
@@ -163,10 +155,6 @@ describe('angular-fullstack:app', function() {
163155 } ) ;
164156 } ) ;
165157
166- it ( 'should pass jscs' ) ;
167-
168- it ( 'should pass lint' ) ;
169-
170158 it ( 'should run server tests successfully' , function ( ) {
171159 return runCmd ( 'grunt test:server' ) . should . be . fulfilled ( ) ;
172160 } ) ;
You can’t perform that action at this time.
0 commit comments