We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b53d5a commit 80d23feCopy full SHA for 80d23fe
template/gulp-tasks/test.js
@@ -5,7 +5,7 @@ import path from 'path';
5
import {dirs} from './config.js';
6
7
gulp.task('test:server', () => {
8
- gulp.src(path.resolve(dirs.testServer, '**/*.test.js'))
+ return gulp.src(path.resolve(dirs.testServer, '**/*.test.js'))
9
.pipe(mocha({
10
compilers: 'js:babel-core/register',
11
require: path.resolve(dirs.test, 'mocha.conf.js'),
0 commit comments