From 07bca64b07408506e7be94801712c77d54a013ee Mon Sep 17 00:00:00 2001 From: Himanshu Mishra Date: Mon, 15 Feb 2021 15:50:43 +0100 Subject: [PATCH] techdocs: remove invalid comment --- packages/techdocs-common/src/stages/generate/helpers.test.ts | 1 - 1 file changed, 1 deletion(-) 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();