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 278fef1 commit 4e198a8Copy full SHA for 4e198a8
packages/cubejs-schema-compiler/test/integration/postgres/multi-fact-join.test.ts
@@ -1,9 +1,9 @@
1
-import { PostgresQuery } from '../../../src/adapter/PostgresQuery';
2
-import { prepareCompiler } from '../../unit/PrepareCompiler';
3
-import { dbRunner } from './PostgresDBRunner';
4
import {
5
getEnv,
6
} from '@cubejs-backend/shared';
+import { PostgresQuery } from '../../../src/adapter/PostgresQuery';
+import { prepareCompiler } from '../../unit/PrepareCompiler';
+import { dbRunner } from './PostgresDBRunner';
7
8
describe('Multi-fact join', () => {
9
jest.setTimeout(200000);
0 commit comments