techdocs: remove invalid comment

This commit is contained in:
Himanshu Mishra
2021-02-15 15:50:43 +01:00
parent d27c9a86ed
commit 07bca64b07
@@ -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();