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:
Anna Karwatka 2024-10-11 12:51:16 +02:00 committed by GitHub
parent eb12083869
commit c08e8d6b31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 1 deletions

View File

@ -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';