File tree 1 file changed +0
-12
lines changed
1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -131,10 +131,6 @@ describe('angular-fullstack:app', function() {
131
131
} ) ;
132
132
} ) ;
133
133
134
- it ( 'should pass jscs' ) ; //'foo'
135
-
136
- it ( 'should pass lint' ) ;
137
-
138
134
it ( 'should run server tests successfully' , function ( ) {
139
135
return runCmd ( 'grunt test:server' ) . should . be . fulfilled ( ) ;
140
136
} ) ;
@@ -147,10 +143,6 @@ describe('angular-fullstack:app', function() {
147
143
} ) ;
148
144
} ) ;
149
145
150
- it ( 'should pass jscs' ) ;
151
-
152
- it ( 'should pass lint' ) ;
153
-
154
146
it ( 'should run server tests successfully' , function ( ) {
155
147
return runCmd ( 'grunt test:server' ) . should . be . fulfilled ( ) ;
156
148
} ) ;
@@ -163,10 +155,6 @@ describe('angular-fullstack:app', function() {
163
155
} ) ;
164
156
} ) ;
165
157
166
- it ( 'should pass jscs' ) ;
167
-
168
- it ( 'should pass lint' ) ;
169
-
170
158
it ( 'should run server tests successfully' , function ( ) {
171
159
return runCmd ( 'grunt test:server' ) . should . be . fulfilled ( ) ;
172
160
} ) ;
You can’t perform that action at this time.
0 commit comments