test(schema): fix test names
This commit is contained in:
parent
47d0942f3f
commit
3e364b0d41
|
@ -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', () => {
|
||||
|
|
Loading…
Reference in New Issue