workflow job elapsed timer

* Now with tests for elapsed timer feature.
This commit is contained in:
Chris Meyers
2017-02-01 15:45:28 -05:00
parent 6bc5fb5439
commit f62b6ca014
9 changed files with 508 additions and 8 deletions

View File

@@ -20,6 +20,7 @@ module.exports = function(config) {
'./client/src/app.js',
'./node_modules/angular-mocks/angular-mocks.js',
{ pattern: './tests/**/*-test.js' },
{ pattern: './tests/**/*.json', included: false},
'client/src/**/*.html'
],
preprocessors: {