use the fabulous screencast-reporter

This commit is contained in:
Spencer Alger
2014-09-23 09:55:17 -07:00
parent 03a776daf1
commit 230578d4bc
5 changed files with 18 additions and 36 deletions

View File

@ -91,6 +91,8 @@ app
.get('/expect.js', sendFile(root + '/node_modules/expect.js/expect.js'))
.get('/mocha.css', sendFile(root + '/node_modules/mocha/mocha.css'))
.get('/mocha.js', sendFile(root + '/node_modules/mocha/mocha.js'))
.get('/screencast-reporter.css', sendFile(root + '/node_modules/mocha-screencast-reporter/screencast-reporter.css'))
.get('/screencast-reporter.js', sendFile(root + '/node_modules/mocha-screencast-reporter/screencast-reporter.js'))
// libs
.get('/angular.js', sendFile(root + '/bower_components/angular/angular.js'))