Skip to content
Snippets Groups Projects
Commit 1963365b authored by Vytor Calixto's avatar Vytor Calixto :space_invader:
Browse files

Fix typo in gulpfile

parent 5f6bd87f
No related branches found
No related tags found
1 merge request!21Issue/68
Pipeline #
......@@ -61,7 +61,7 @@ gulp.task('docco', () => {
gulp.task('doc', ['docco']);
ulp.task('test', () => {
gulp.task('test', () => {
process.chdir('build');
gulp.src('test/test.js', {read: false})
.pipe(mocha())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment