Skip to content

Commit

Permalink
fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
agubler committed Apr 6, 2020
1 parent b1fc1a7 commit a3f69f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/unit/vdom.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3487,7 +3487,7 @@ jsdomDescribe('vdom', () => {
});
});

it('should close properties', () => {
it('should clone properties', () => {
const factory = create().properties<{ count: number }>();
const Foo = factory(function Foo({ properties }) {
return <div>{`${properties().count}`}</div>;
Expand Down

0 comments on commit a3f69f0

Please sign in to comment.