Skip to content
This repository was archived by the owner on Sep 7, 2022. It is now read-only.

Commit 335b9f6

Browse files
authored
Merge pull request #45 from timse/change-wording
Change wording in display name test
2 parents 5d0a706 + faf740e commit 335b9f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/display-name.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import React from 'react';
33
import ReactDOM from 'react-dom';
44

55
describe('display-name', () => {
6-
it('should be a camelCased version of the tagName', () => {
6+
it('should be a PasalCased version of the tagName', () => {
77
const Comp = reactify(document.registerElement('x-display-name-1', {
88
prototype: Object.create(HTMLElement.prototype),
99
}), { React, ReactDOM });

0 commit comments

Comments
 (0)