diff --git a/e2e/resources/activiti7/simpleapp.zip b/e2e/resources/activiti7/simpleapp.zip index f2573d2894..60659bf488 100644 Binary files a/e2e/resources/activiti7/simpleapp.zip and b/e2e/resources/activiti7/simpleapp.zip differ diff --git a/lib/core/src/lib/common/utils/string-utils.spec.ts b/lib/core/src/lib/common/utils/string-utils.spec.ts index 3b105b182e..b5efe8a2e5 100644 --- a/lib/core/src/lib/common/utils/string-utils.spec.ts +++ b/lib/core/src/lib/common/utils/string-utils.spec.ts @@ -18,7 +18,6 @@ import { StringUtils } from './string-utils'; describe('StringUtils', () => { - describe('capitalize', () => { it('should uppercase first letter of word and lowercase the rest', () => { const lowercaseWord = 'test';