mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Candlestick: Fixes typescript issue in tests (#42274)
This commit is contained in:
parent
e447d5a53e
commit
75fb1f8be6
@ -163,7 +163,7 @@ describe('Candlestick data', () => {
|
|||||||
],
|
],
|
||||||
options,
|
options,
|
||||||
theme
|
theme
|
||||||
);
|
)!;
|
||||||
|
|
||||||
expect(info.open).toBeDefined();
|
expect(info.open).toBeDefined();
|
||||||
expect(info.close).toBeDefined();
|
expect(info.close).toBeDefined();
|
||||||
@ -225,7 +225,7 @@ describe('Candlestick data', () => {
|
|||||||
],
|
],
|
||||||
options,
|
options,
|
||||||
theme
|
theme
|
||||||
);
|
)!;
|
||||||
|
|
||||||
expect(info.open).toBeDefined();
|
expect(info.open).toBeDefined();
|
||||||
expect(info.close).toBeDefined();
|
expect(info.close).toBeDefined();
|
||||||
@ -279,7 +279,7 @@ describe('Candlestick data', () => {
|
|||||||
],
|
],
|
||||||
options,
|
options,
|
||||||
theme
|
theme
|
||||||
);
|
)!;
|
||||||
|
|
||||||
expect(info.open).toBeDefined();
|
expect(info.open).toBeDefined();
|
||||||
expect(info.close).toBeDefined();
|
expect(info.close).toBeDefined();
|
||||||
|
Loading…
Reference in New Issue
Block a user