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 48e87c7 commit 0e1459eCopy full SHA for 0e1459e
test/api/contenttype-query.spec.ts
@@ -7,7 +7,6 @@ const stack = stackInstance();
7
describe('ContentTypeQuery API test cases', () => {
8
it.only('should check for content_types are defined', async () => {
9
const result = await makeContentTypeQuery().find<TContentType>();
10
- console.log('🚀 ~ it.only ~ result:', result.content_types?.length);
11
12
expect(result.content_types).toBeDefined();
13
expect(result.content_types[0]._version).toBeDefined();
0 commit comments