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 01f377f commit 67c12efCopy full SHA for 67c12ef
packages/cubejs-schema-compiler/test/unit/schema.test.ts
@@ -1010,7 +1010,7 @@ describe('Schema Testing', () => {
1010
expect(cubeB.sql).toBeFalsy();
1011
});
1012
1013
- it('throws error for member without type in cubeB extending cubeA', async () => {
+ it('throws errors for invalid members in both cubes (parent and child)', async () => {
1014
const cubes = fs.readFileSync(
1015
path.join(process.cwd(), '/test/unit/fixtures/invalid_cubes.yaml'),
1016
'utf8'
0 commit comments