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.
isVisible
public
1 parent 35ca1d0 commit 9555af6Copy full SHA for 9555af6
packages/cubejs-schema-compiler/test/unit/schema.test.ts
@@ -230,20 +230,20 @@ describe('Schema Testing', () => {
230
await compiler.compile();
231
232
expect(metaTransformer.cubes[0]).toMatchObject({
233
- isVisible: false,
234
config: {
+ isVisible: false,
235
name: 'CubeA',
236
}
237
});
238
expect(metaTransformer.cubes[1]).toMatchObject({
239
- isVisible: true,
240
+ isVisible: true,
241
name: 'CubeB',
242
243
244
expect(metaTransformer.cubes[2]).toMatchObject({
245
246
247
name: 'CubeC',
248
249
0 commit comments