mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-28 12:23:31 +01:00
Fix flaky test and add screenshots
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user