Skip to content

Commit cf24de8

Browse files
committed
Remove test debug code
1 parent 9a8144d commit cf24de8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/integration/expression/expression.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ type ExpressionFixture = {
3232
};
3333
}
3434

35-
//const expressionTestFileNames = globSync('**/heatmap-density/basic/test.json', {cwd: __dirname});
36-
const expressionTestFileNames = globSync('**/tests/zoom/interpolate-projection/test.json', {cwd: __dirname});
35+
const expressionTestFileNames = globSync('**/test.json', {cwd: __dirname});
3736
describe('expression', () => {
3837

3938
for (const expressionTestFileName of expressionTestFileNames) {

0 commit comments

Comments
 (0)