Skip to content

Commit

Permalink
Add comments in the code to relate test/runner.html and gulp test-bro…
Browse files Browse the repository at this point in the history
…wser
  • Loading branch information
marcandre committed Oct 2, 2015
1 parent 775fe14 commit be1f813
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ gulp.task('test', ['lint-src', 'lint-test'], test);
// Set up coverage and run tests
gulp.task('coverage', ['lint-src', 'lint-test'], coverage);

// Set up a livereload environment for our spec runner
// Set up a livereload environment for our spec runner `test/runner.html`
gulp.task('test-browser', testBrowser);

// Run the headless unit tests as you make changes.
Expand Down
1 change: 1 addition & 0 deletions app/templates/test/runner.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<!doctype html>
<!-- You need to run `gulp test-browser` before opening this in your browser -->
<html lang='en'>
<head>
<meta charset='utf-8'>
Expand Down

0 comments on commit be1f813

Please sign in to comment.