We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a23412 commit 6917d73Copy full SHA for 6917d73
gulpfile.mjs
@@ -449,7 +449,7 @@ const tsCheck = async (dir) => {
449
analyzeTsConfig(`${path.resolve(dir)}/tsconfig.json`, [
450
'--excludeDeclarationFiles',
451
'--excludePathsFromReport=' +
452
- 'jest/reporter.js;build.ts;ui-react/common.ts;' +
+ 'jest/reporter.js;jest/environment.js;build.ts;ui-react/common.ts;' +
453
TEST_MODULES.map((module) => `${module}.ts`).join(';'),
454
]).unusedExports,
455
)
0 commit comments