File tree 1 file changed +14
-2
lines changed
1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -156,9 +156,21 @@ describe('angular-fullstack:app', function() {
156
156
} ) ;
157
157
} ) ;
158
158
159
- it ( 'should pass lint with generated path name endpoint' ) ; //'foo/bar'
159
+ describe ( 'with a generated path name endpont' , function ( ) {
160
+ beforeEach ( function ( ) {
161
+ getConfig ( dir ) . then ( config => {
162
+ return runEndpointGen ( 'foo/bar' , { config : config [ 'generator-angular-fullstack' ] } ) ;
163
+ } ) ;
164
+ } ) ;
165
+
166
+ it ( 'should pass jscs' ) ;
160
167
161
- it ( 'should run server tests successfully with generated path name endpoint' ) ;
168
+ it ( 'should pass lint' ) ;
169
+
170
+ it ( 'should run server tests successfully' , function ( done ) {
171
+ runCmd ( 'grunt test:server' , done ) ;
172
+ } ) ;
173
+ } ) ;
162
174
163
175
it ( 'should generate expected files with path name endpoint' ) ;
164
176
// [
You can’t perform that action at this time.
0 commit comments