Skip to content

Commit 6917d73

Browse files
committed
[hygiene] Exclude environment export
1 parent 8a23412 commit 6917d73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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-
'jest/reporter.js;build.ts;ui-react/common.ts;' +
452+
'jest/reporter.js;jest/environment.js;build.ts;ui-react/common.ts;' +
453453
TEST_MODULES.map((module) => `${module}.ts`).join(';'),
454454
]).unusedExports,
455455
)

0 commit comments

Comments
 (0)