test(schema): fix test names

This commit is contained in:
Pawel Kozlowski 2015-11-19 15:28:14 +01:00 committed by vsavkin
parent 47d0942f3f
commit 3e364b0d41
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ export function main() {
it('should return true for custom-like elements',
() => { expect(registry.hasProperty('custom-like', 'unknown')).toBeTruthy(); });
it('should not re-map property names that are not specified in DOM facade',
it('should re-map property names that are specified in DOM facade',
() => { expect(registry.getMappedPropName('readonly')).toEqual('readOnly'); });
it('should not re-map property names that are not specified in DOM facade', () => {