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 bf4fca4 commit 107ccffCopy full SHA for 107ccff
gulpfile.mjs
@@ -449,7 +449,7 @@ const tsCheck = async (dir) => {
449
analyzeTsConfig(`${path.resolve(dir)}/tsconfig.json`, [
450
'--excludeDeclarationFiles',
451
'--excludePathsFromReport=' +
452
- 'build.ts;ui-react/common.ts;' +
+ 'jest/reporter.js;build.ts;ui-react/common.ts;' +
453
TEST_MODULES.map((module) => `${module}.ts`).join(';'),
454
]).unusedExports,
455
)
test/e2e/common.ts
@@ -1,4 +1,3 @@
1
-// @ts-expect-error - no types for shared server
2
import {createTestServer} from '../server.mjs';
3
import 'expect-puppeteer';
4
import {Server} from 'http';
0 commit comments