Complete test coverage for ActivitiProcessService

Refs #849
This commit is contained in:
Will Abson
2016-11-15 17:41:09 +00:00
committed by Mario Romano
parent 335deed54a
commit 8f97c76668
17 changed files with 825 additions and 107 deletions

View File

@@ -48,6 +48,9 @@ module.exports = function (config) {
{ pattern: 'node_modules/ng2-activiti-tasklist/dist/**/*.*', included: false, served: true, watched: false },
{ pattern: 'node_modules/ng2-activiti-form/dist/**/*.*', included: false, served: true, watched: false },
// library dependencies
{ pattern: 'node_modules/moment/moment.js', included: true, watched: false },
// paths to support debugging with source maps in dev tools
{pattern: 'src/**/*.ts', included: false, watched: false},
{pattern: 'dist/**/*.js.map', included: false, watched: false}