mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
AAE-26469 Add external-property-process to simpleapp (#10296)
* AAE-26469 Add external-property-process to simpleapp * Remove redundant empty line in string-utils spec
This commit is contained in:
parent
eb12083869
commit
c08e8d6b31
Binary file not shown.
@ -18,7 +18,6 @@
|
|||||||
import { StringUtils } from './string-utils';
|
import { StringUtils } from './string-utils';
|
||||||
|
|
||||||
describe('StringUtils', () => {
|
describe('StringUtils', () => {
|
||||||
|
|
||||||
describe('capitalize', () => {
|
describe('capitalize', () => {
|
||||||
it('should uppercase first letter of word and lowercase the rest', () => {
|
it('should uppercase first letter of word and lowercase the rest', () => {
|
||||||
const lowercaseWord = 'test';
|
const lowercaseWord = 'test';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user