Skip to content

Commit

Permalink
Remove extra check
Browse files Browse the repository at this point in the history
  • Loading branch information
aayushRedHat committed Jan 10, 2024
1 parent facd255 commit d5dcacc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test-project/test-registry.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,5 @@ describe('Integration testing generateFromFile() to make sure the template can b
await generator.generateFromFile(dummySpecPath);
const file = await readFile(path.join(outputDir, 'index.html'), 'utf8');
expect(file).toContain('Dummy example with all spec features included')

Check failure on line 27 in test/test-project/test-registry.test.js

View workflow job for this annotation

GitHub Actions / Test NodeJS PR - ubuntu-latest

Missing semicolon
expect(file.length).toBeGreaterThan(0);
});
});

0 comments on commit d5dcacc

Please sign in to comment.