Skip to content

Commit

Permalink
remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
vasilev-alex committed Dec 6, 2024
1 parent 9ee00cf commit 70de493
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/cubejs-schema-compiler/test/unit/folders.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ describe('Cube Folders', () => {
const emptyView = metaTransformer.cubes.find(
(it) => it.config.name === 'test_view'
);
console.log(JSON.stringify(emptyView.config, null, 2));
// expect(emptyView.config.hierarchies.length).toBe(0);

expect(emptyView.config.folders.length).toBe(2);

Expand All @@ -49,8 +47,6 @@ describe('Cube Folders', () => {
const view = metaTransformer.cubes.find(
(it) => it.config.name === 'test_view2'
);
console.log(JSON.stringify(view.config, null, 2));
// expect(emptyView.config.hierarchies.length).toBe(0);

expect(view.config.folders.length).toBe(1);

Expand Down

0 comments on commit 70de493

Please sign in to comment.