Skip to content

Commit bd44eb2

Browse files
committed
fix(gulp): remove old test:server task
1 parent e328aeb commit bd44eb2

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

Diff for: app/templates/gulpfile.babel(gulp).js

-11
Original file line numberDiff line numberDiff line change
@@ -281,17 +281,6 @@ gulp.task('test:server', cb => {
281281
cb);
282282
});
283283

284-
gulp.task('test:server', () => {
285-
process.env.NODE_ENV = 'test';
286-
return gulp.src(paths.server.test)
287-
.pipe(plugins.mocha({
288-
reporter: 'spec',
289-
require: [
290-
'./mocha.conf'
291-
]
292-
}));
293-
});
294-
295284
gulp.task('mocha:unit', () => {
296285
return gulp.src(paths.server.test)
297286
.pipe(plugins.mocha({

0 commit comments

Comments
 (0)