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 f063ae7 commit b5188dfCopy full SHA for b5188df
packages/cubejs-schema-compiler/test/unit/schema.test.ts
@@ -1014,7 +1014,7 @@ describe('Schema Testing', () => {
1014
expect(cubeB.sql).toBeFalsy();
1015
});
1016
1017
- 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 () => {
1018
const cubes = fs.readFileSync(
1019
path.join(process.cwd(), '/test/unit/fixtures/invalid_cubes.yaml'),
1020
'utf8'
0 commit comments