Skip to content

Commit 107ccff

Browse files
committed
[hygiene] Minor lint fixes
1 parent bf4fca4 commit 107ccff

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

gulpfile.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ const tsCheck = async (dir) => {
449449
analyzeTsConfig(`${path.resolve(dir)}/tsconfig.json`, [
450450
'--excludeDeclarationFiles',
451451
'--excludePathsFromReport=' +
452-
'build.ts;ui-react/common.ts;' +
452+
'jest/reporter.js;build.ts;ui-react/common.ts;' +
453453
TEST_MODULES.map((module) => `${module}.ts`).join(';'),
454454
]).unusedExports,
455455
)

test/e2e/common.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// @ts-expect-error - no types for shared server
21
import {createTestServer} from '../server.mjs';
32
import 'expect-puppeteer';
43
import {Server} from 'http';

0 commit comments

Comments
 (0)