Fix flaky test and add screenshots

This commit is contained in:
Fedor Indutny
2022-09-01 09:35:44 -07:00
committed by GitHub
parent 0ba23d4b62
commit 0715cc6be3
20 changed files with 41 additions and 31 deletions

View File

@@ -14,9 +14,6 @@ import {
describe('license comments', () => {
it('includes a license comment at the top of every relevant file', async function test() {
// This usually executes quickly but can be slow in some cases, such as Windows CI.
this.timeout(10000);
await forEachRelevantFile(async file => {
let firstLine: string;
let secondLine: string;