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 9ee00cf commit 70de493Copy full SHA for 70de493
packages/cubejs-schema-compiler/test/unit/folders.test.ts
@@ -24,8 +24,6 @@ describe('Cube Folders', () => {
24
const emptyView = metaTransformer.cubes.find(
25
(it) => it.config.name === 'test_view'
26
);
27
- console.log(JSON.stringify(emptyView.config, null, 2));
28
- // expect(emptyView.config.hierarchies.length).toBe(0);
29
30
expect(emptyView.config.folders.length).toBe(2);
31
@@ -49,8 +47,6 @@ describe('Cube Folders', () => {
49
47
const view = metaTransformer.cubes.find(
50
48
(it) => it.config.name === 'test_view2'
51
52
- console.log(JSON.stringify(view.config, null, 2));
53
54
55
expect(view.config.folders.length).toBe(1);
56
0 commit comments