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 3a5a79c commit 05614c2Copy full SHA for 05614c2
test/api/contenttype.spec.ts
@@ -48,8 +48,6 @@ describe('ContentType Query API test cases', () => {
48
});
49
50
it('should get entries which does not match the fieldUid - notExists', async () => {
51
- console.log("🚀 ~ makeContentType ~ stack:", await stack.ContentType().find())
52
-
53
const query = await makeContentType('contenttype_uid').Query().notExists('multi_line').find<TEntry>()
54
if (query.entries) {
55
expect(query.entries[0]._version).toBeDefined();
0 commit comments