Skip to content

Commit

Permalink
update jest test
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Aug 20, 2021
1 parent 1bb3eca commit f2e627e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ class MockTooltipProperty {
return this._value;
}

getPropertyKey() {
return this._key;
}

getPropertyName() {
return this._key;
}
Expand Down

0 comments on commit f2e627e

Please sign in to comment.