Skip to content

Commit eb23356

Browse files
committed
added a test to check for error if schema is invalid
1 parent 2ab8c5c commit eb23356

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/analysis/buildTypeWeights.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,5 +421,8 @@ xdescribe('Test buildTypeWeightsFromSchema function', () => {
421421
'negative'
422422
);
423423
});
424+
425+
// TODO: throw validation error if schema is invalid
426+
test('schema is invalid', () => {});
424427
});
425428
});

0 commit comments

Comments
 (0)