Skip to content

Commit bfbfc94

Browse files
committed
lint
1 parent 1ecc83b commit bfbfc94

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/cubejs-testing-drivers/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
"fs-extra": "^11.1.1",
9191
"jest": "^29",
9292
"jsonwebtoken": "^9.0.2",
93+
"env-var": "^6.3.0",
9394
"pg": "^8.7.3",
9495
"ramda": "^0.28.0",
9596
"testcontainers": "^10.13.0",

packages/cubejs-testing-drivers/src/tests/testQueries.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export function testQueries(type: string, { includeIncrementalSchemaSuite, exten
2727
describe(`Queries with the @cubejs-backend/${type}-driver${extendedEnv ? ` ${extendedEnv}` : ''}`, () => {
2828
jest.setTimeout(60 * 5 * 1000);
2929

30-
const isTesseractEnv =get('DRIVERS_TESTS_CUBEJS_TESSERACT_SQL_PLANNER').default('false').asBool();// process.env.DRIVERS_TESTS_CUBEJS_TESSERACT_SQL_PLANNER && process.env.DRIVERS_TESTS_CUBEJS_TESSERACT_SQL_PLANNER.toLowerCase() === 'true';
30+
const isTesseractEnv = get('DRIVERS_TESTS_CUBEJS_TESSERACT_SQL_PLANNER').default('false').asBool();
3131

3232
const fixtures = getFixtures(type, extendedEnv);
3333
let client: CubeApi;

0 commit comments

Comments
 (0)