Skip to content

Commit

Permalink
Remove out of date comments regarding tests not being present.
Browse files Browse the repository at this point in the history
  • Loading branch information
drewpc committed Jan 18, 2017
1 parent f58dd8a commit 9070f45
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/react-server-cli/gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ gulp.task("eslint", [], () => {
.pipe(eslint.failAfterError());
});

// there are no tests for this project :(
gulp.task("test", ["default", "eslint"], () => {
process.env.NODE_ENV = "__react-server-cli-unit-test__"; // eslint-disable-line no-process-env
return gulp.src(getSpecGlob("target/__tests__/**/"))
Expand Down
2 changes: 0 additions & 2 deletions packages/react-server/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,4 @@ gulp.task("eslint", [], function() {
.pipe(eslint.failAfterError());
});

// todo: where should tests go?

// todo: add clean

0 comments on commit 9070f45

Please sign in to comment.