Skip to content

Commit

Permalink
Merge pull request #56 from mbakker96/patch-1
Browse files Browse the repository at this point in the history
Removed ; after function bracket
  • Loading branch information
lathonez committed Mar 16, 2016
2 parents 32923e3 + 84942c0 commit 9ecdbf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gulpfile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ function watchTest(): any {
plugins.watch(join(APP_DIR, '**/*.ts'), () => {
gulp.start('test.watch.build');
});
};
}

gulp.task('test.build.e2e', buildE2E);
gulp.task('test.build.typescript', buildTypescript);
Expand Down

0 comments on commit 9ecdbf4

Please sign in to comment.