Skip to content

Commit 0e1459e

Browse files
committed
chore: removed console log
1 parent 48e87c7 commit 0e1459e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/api/contenttype-query.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ const stack = stackInstance();
77
describe('ContentTypeQuery API test cases', () => {
88
it.only('should check for content_types are defined', async () => {
99
const result = await makeContentTypeQuery().find<TContentType>();
10-
console.log('🚀 ~ it.only ~ result:', result.content_types?.length);
1110

1211
expect(result.content_types).toBeDefined();
1312
expect(result.content_types[0]._version).toBeDefined();

0 commit comments

Comments
 (0)