Skip to content
Snippets Groups Projects
Commit 044755a8 authored by Tom Robinson's avatar Tom Robinson
Browse files

Re-enable LineAreaBarRenderer-bar tooltip tests

parent ea9ea91d
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ describe("LineAreaBarRenderer-bar", () => {
["area", "bar"].forEach(chartType =>
["stacked", "normalized"].forEach(stack_type =>
// FIXME: failing on CI
xit(`should render a ${stack_type ||
it(`should render a ${stack_type ||
""} ${chartType} chart with 2 series`, () => {
const onHoverChange = jest.fn();
renderLineAreaBar(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment