We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a8144d commit cf24de8Copy full SHA for cf24de8
test/integration/expression/expression.test.ts
@@ -32,8 +32,7 @@ type ExpressionFixture = {
32
};
33
}
34
35
-//const expressionTestFileNames = globSync('**/heatmap-density/basic/test.json', {cwd: __dirname});
36
-const expressionTestFileNames = globSync('**/tests/zoom/interpolate-projection/test.json', {cwd: __dirname});
+const expressionTestFileNames = globSync('**/test.json', {cwd: __dirname});
37
describe('expression', () => {
38
39
for (const expressionTestFileName of expressionTestFileNames) {
0 commit comments