mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Use jest.fn instead of string.
This commit is contained in:
parent
2787284033
commit
bb227d5c3a
@ -7,7 +7,7 @@ const model = {
|
|||||||
buttonIcon: 'ga css class',
|
buttonIcon: 'ga css class',
|
||||||
buttonLink: 'http://url/to/destination',
|
buttonLink: 'http://url/to/destination',
|
||||||
buttonTitle: 'Click me',
|
buttonTitle: 'Click me',
|
||||||
onClick: 'handler',
|
onClick: jest.fn(),
|
||||||
proTip: 'This is a tip',
|
proTip: 'This is a tip',
|
||||||
proTipLink: 'http://url/to/tip/destination',
|
proTipLink: 'http://url/to/tip/destination',
|
||||||
proTipLinkTitle: 'Learn more',
|
proTipLinkTitle: 'Learn more',
|
||||||
|
Loading…
Reference in New Issue
Block a user