diff --git a/packages/techdocs-common/src/stages/generate/helpers.test.ts b/packages/techdocs-common/src/stages/generate/helpers.test.ts index 10efb310e1..14722150d1 100644 --- a/packages/techdocs-common/src/stages/generate/helpers.test.ts +++ b/packages/techdocs-common/src/stages/generate/helpers.test.ts @@ -360,7 +360,6 @@ describe('helpers', () => { it('should throw error when the JSON is invalid', async () => { const filePath = path.join(rootDir, 'invalid_techdocs_metadata.json'); - // Check if the file exists await expect( addBuildTimestampMetadata(filePath, mockLogger), ).rejects.toThrowError();