chore(deps): update all devdependencies #803
test.yml
on: push
Install and cache
28s
Vitest tests
28s
Jest tests
22s
Playwright tests
5m 20s
Lint
24s
Prettier
23s
Check types
18s
Annotations
12 errors
Check types
Process completed with exit code 2.
|
Check types:
src/utilities.ts#L74
Type '(data: { __typename?: string | undefined; }) => string | undefined' is not assignable to type '(data: { __typename?: string | undefined; }) => string'.
|
Prettier
Process completed with exit code 1.
|
Jest tests
Process completed with exit code 1.
|
Vitest tests
Process completed with exit code 1.
|
src/__tests__/handlers.test.tsx > integration tests with github schema > renders a component fetching from the GitHub api:
src/__tests__/handlers.test.tsx#L318
TestingLibraryElementError: Unable to find an element with the text: https://github.com/foo-bar/issues/0. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible.
Ignored nodes: comments, script, style
<body>
<div />
</body>
Ignored nodes: comments, script, style
<html>
<head />
<body>
<div />
</body>
</html>
❯ Proxy.waitForWrapper node_modules/.pnpm/@testing-library[email protected]/node_modules/@testing-library/dom/dist/wait-for.js:163:27
❯ src/__tests__/handlers.test.tsx:318:11
|
src/__tests__/handlers.test.tsx > integration tests > mutations > uses the initial mock schema:
src/__tests__/handlers.test.tsx#L217
TestingLibraryElementError: Unable to find role="heading" and name `/loading/i`
Ignored nodes: comments, script, style
<body>
<div />
</body>
Ignored nodes: comments, script, style
<html>
<head />
<body>
<div />
</body>
</html>
❯ Proxy.waitForWrapper node_modules/.pnpm/@testing-library[email protected]/node_modules/@testing-library/dom/dist/wait-for.js:163:27
❯ src/__tests__/handlers.test.tsx:217:13
|
src/__tests__/handlers.test.tsx > integration tests > multipart response > can set a new delay via replaceDelay:
src/__tests__/handlers.test.tsx#L158
TestingLibraryElementError: Unable to find role="heading" and name `/loading/i`
Ignored nodes: comments, script, style
<body>
<div />
</body>
Ignored nodes: comments, script, style
<html>
<head />
<body>
<div />
</body>
</html>
❯ Proxy.waitForWrapper node_modules/.pnpm/@testing-library[email protected]/node_modules/@testing-library/dom/dist/wait-for.js:163:27
❯ src/__tests__/handlers.test.tsx:158:13
|
src/__tests__/handlers.test.tsx > integration tests > multipart response > can set a new schema via replaceSchema:
src/__tests__/handlers.test.tsx#L116
TestingLibraryElementError: Unable to find role="heading" and name `/loading/i`
Ignored nodes: comments, script, style
<body>
<div />
</body>
Ignored nodes: comments, script, style
<html>
<head />
<body>
<div />
</body>
</html>
❯ Proxy.waitForWrapper node_modules/.pnpm/@testing-library[email protected]/node_modules/@testing-library/dom/dist/wait-for.js:163:27
❯ src/__tests__/handlers.test.tsx:116:13
|
src/__tests__/handlers.test.tsx > integration tests > multipart response > uses the initial mock schema set in the handler by default:
src/__tests__/handlers.test.tsx#L64
TestingLibraryElementError: Unable to find role="heading" and name `/loading/i`
Ignored nodes: comments, script, style
<body>
<div />
</body>
Ignored nodes: comments, script, style
<html>
<head />
<body>
<div />
</body>
</html>
❯ Proxy.waitForWrapper node_modules/.pnpm/@testing-library[email protected]/node_modules/@testing-library/dom/dist/wait-for.js:163:27
❯ src/__tests__/handlers.test.tsx:64:13
|
src/__tests__/handlers.test.tsx > integration tests > single execution result response > intercepts and resolves with a single payload:
src/__tests__/handlers.test.tsx#L35
TestingLibraryElementError: Unable to find role="heading" and name `/loading/i`
Ignored nodes: comments, script, style
<body>
<div />
</body>
Ignored nodes: comments, script, style
<html>
<head />
<body>
<div />
</body>
</html>
❯ Proxy.waitForWrapper node_modules/.pnpm/@testing-library[email protected]/node_modules/@testing-library/dom/dist/wait-for.js:163:27
❯ src/__tests__/handlers.test.tsx:35:13
|
Playwright tests
Process completed with exit code 1.
|