diff --git a/app/templates/gulpfile.babel.js b/app/templates/gulpfile.babel.js index 7f4aba9..c341ade 100644 --- a/app/templates/gulpfile.babel.js +++ b/app/templates/gulpfile.babel.js @@ -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. diff --git a/app/templates/test/runner.html b/app/templates/test/runner.html index 2fdbc63..0b68f80 100644 --- a/app/templates/test/runner.html +++ b/app/templates/test/runner.html @@ -1,4 +1,5 @@ +