Skip to content

Commit cad7dbe

Browse files
author
Aaron Caldwell
committed
Uncomment region map test
1 parent d4527c5 commit cad7dbe

File tree

1 file changed

+4
-5
lines changed
  • test/interpreter_functional/test_suites/run_pipeline

1 file changed

+4
-5
lines changed

test/interpreter_functional/test_suites/run_pipeline/basic.ts

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,10 @@ export default function({
113113
await expectExpression('partial_test_2', metricExpr, context).toMatchSnapshot()
114114
).toMatchScreenshot();
115115

116-
// TODO: should be uncommented when the region map is migrated to the new platform
117-
// const regionMapExpr = `regionmap visConfig='{"metric":{"accessor":1,"format":{"id":"number"}},"bucket":{"accessor":0}}'`;
118-
// await (
119-
// await expectExpression('partial_test_3', regionMapExpr, context).toMatchSnapshot()
120-
// ).toMatchScreenshot();
116+
const regionMapExpr = `regionmap visConfig='{"metric":{"accessor":1,"format":{"id":"number"}},"bucket":{"accessor":0}}'`;
117+
await (
118+
await expectExpression('partial_test_3', regionMapExpr, context).toMatchSnapshot()
119+
).toMatchScreenshot();
121120
});
122121
});
123122
});

0 commit comments

Comments
 (0)