docs: add custom logger guide #8793
test-ci.yml
on: pull_request
Matrix: Build & Test
Docs build
4m 34s
Lint
1m 19s
Release @next
0s
Annotations
21 errors
|
Docs build
Process completed with exit code 1.
|
|
packages/utils/test/robots.test.ts > RobotsTxtFile > respects AbortSignal parameter and timeout together:
packages/utils/test/robots.test.ts#L98
AssertionError: promise resolved "RobotsTxtFile{ …(2) }" instead of rejecting
- Expected
+ Received
- Error {
- "message": "rejected promise",
+ RobotsTxtFile {
+ "proxyUrl": undefined,
+ "robots": Robots {
+ "_preferredHost": null,
+ "_rules": {
+ "*": [
+ {
+ "allow": false,
+ "lineNumber": 2,
+ "pattern": "*deny_all/",
+ },
+ ],
+ "googlebot": [
+ {
+ "allow": false,
+ "lineNumber": 5,
+ "pattern": "*deny_googlebot/",
+ },
+ ],
+ "mozilla": [],
+ },
+ "_sitemaps": [
+ "http://not-exists.com/sitemap_1.xml",
+ "http://not-exists.com/sitemap_2.xml",
+ ],
+ "_url": "http://not-exists.com/robots.txt",
+ },
}
❯ packages/utils/test/robots.test.ts:98:28
|
|
packages/utils/test/robots.test.ts > RobotsTxtFile > respects AbortSignal parameter and timeout together:
packages/utils/test/robots.test.ts#L98
AssertionError: promise resolved "RobotsTxtFile{ …(2) }" instead of rejecting
- Expected
+ Received
- Error {
- "message": "rejected promise",
+ RobotsTxtFile {
+ "proxyUrl": undefined,
+ "robots": Robots {
+ "_preferredHost": null,
+ "_rules": {
+ "*": [
+ {
+ "allow": false,
+ "lineNumber": 2,
+ "pattern": "*deny_all/",
+ },
+ ],
+ "googlebot": [
+ {
+ "allow": false,
+ "lineNumber": 5,
+ "pattern": "*deny_googlebot/",
+ },
+ ],
+ "mozilla": [],
+ },
+ "_sitemaps": [
+ "http://not-exists.com/sitemap_1.xml",
+ "http://not-exists.com/sitemap_2.xml",
+ ],
+ "_url": "http://not-exists.com/robots.txt",
+ },
}
❯ packages/utils/test/robots.test.ts:98:28
|
|
packages/utils/test/robots.test.ts > RobotsTxtFile > respects AbortSignal parameter:
packages/utils/test/robots.test.ts#L82
AssertionError: promise resolved "RobotsTxtFile{ …(2) }" instead of rejecting
- Expected
+ Received
- Error {
- "message": "rejected promise",
+ RobotsTxtFile {
+ "proxyUrl": undefined,
+ "robots": Robots {
+ "_preferredHost": null,
+ "_rules": {
+ "*": [
+ {
+ "allow": false,
+ "lineNumber": 2,
+ "pattern": "*deny_all/",
+ },
+ ],
+ "googlebot": [
+ {
+ "allow": false,
+ "lineNumber": 5,
+ "pattern": "*deny_googlebot/",
+ },
+ ],
+ "mozilla": [],
+ },
+ "_sitemaps": [
+ "http://not-exists.com/sitemap_1.xml",
+ "http://not-exists.com/sitemap_2.xml",
+ ],
+ "_url": "http://not-exists.com/robots.txt",
+ },
}
❯ packages/utils/test/robots.test.ts:82:28
|
|
packages/utils/test/robots.test.ts > RobotsTxtFile > respects AbortSignal parameter:
packages/utils/test/robots.test.ts#L82
AssertionError: promise resolved "RobotsTxtFile{ …(2) }" instead of rejecting
- Expected
+ Received
- Error {
- "message": "rejected promise",
+ RobotsTxtFile {
+ "proxyUrl": undefined,
+ "robots": Robots {
+ "_preferredHost": null,
+ "_rules": {
+ "*": [
+ {
+ "allow": false,
+ "lineNumber": 2,
+ "pattern": "*deny_all/",
+ },
+ ],
+ "googlebot": [
+ {
+ "allow": false,
+ "lineNumber": 5,
+ "pattern": "*deny_googlebot/",
+ },
+ ],
+ "mozilla": [],
+ },
+ "_sitemaps": [
+ "http://not-exists.com/sitemap_1.xml",
+ "http://not-exists.com/sitemap_2.xml",
+ ],
+ "_url": "http://not-exists.com/robots.txt",
+ },
}
❯ packages/utils/test/robots.test.ts:82:28
|
|
packages/utils/test/robots.test.ts > RobotsTxtFile > respects AbortSignal parameter:
packages/utils/test/robots.test.ts#L82
AssertionError: promise resolved "RobotsTxtFile{ …(2) }" instead of rejecting
- Expected
+ Received
- Error {
- "message": "rejected promise",
+ RobotsTxtFile {
+ "proxyUrl": undefined,
+ "robots": Robots {
+ "_preferredHost": null,
+ "_rules": {
+ "*": [
+ {
+ "allow": false,
+ "lineNumber": 2,
+ "pattern": "*deny_all/",
+ },
+ ],
+ "googlebot": [
+ {
+ "allow": false,
+ "lineNumber": 5,
+ "pattern": "*deny_googlebot/",
+ },
+ ],
+ "mozilla": [],
+ },
+ "_sitemaps": [
+ "http://not-exists.com/sitemap_1.xml",
+ "http://not-exists.com/sitemap_2.xml",
+ ],
+ "_url": "http://not-exists.com/robots.txt",
+ },
}
❯ packages/utils/test/robots.test.ts:82:28
|
|
packages/utils/test/robots.test.ts > RobotsTxtFile > respects AbortSignal parameter:
packages/utils/test/robots.test.ts#L82
AssertionError: promise resolved "RobotsTxtFile{ …(2) }" instead of rejecting
- Expected
+ Received
- Error {
- "message": "rejected promise",
+ RobotsTxtFile {
+ "proxyUrl": undefined,
+ "robots": Robots {
+ "_preferredHost": null,
+ "_rules": {
+ "*": [
+ {
+ "allow": false,
+ "lineNumber": 2,
+ "pattern": "*deny_all/",
+ },
+ ],
+ "googlebot": [
+ {
+ "allow": false,
+ "lineNumber": 5,
+ "pattern": "*deny_googlebot/",
+ },
+ ],
+ "mozilla": [],
+ },
+ "_sitemaps": [
+ "http://not-exists.com/sitemap_1.xml",
+ "http://not-exists.com/sitemap_2.xml",
+ ],
+ "_url": "http://not-exists.com/robots.txt",
+ },
}
❯ packages/utils/test/robots.test.ts:82:28
|
|
packages/utils/test/robots.test.ts > RobotsTxtFile > respects user-set timeout:
packages/utils/test/robots.test.ts#L68
AssertionError: promise resolved "RobotsTxtFile{ …(2) }" instead of rejecting
- Expected
+ Received
- Error {
- "message": "rejected promise",
+ RobotsTxtFile {
+ "proxyUrl": undefined,
+ "robots": Robots {
+ "_preferredHost": null,
+ "_rules": {
+ "*": [
+ {
+ "allow": false,
+ "lineNumber": 2,
+ "pattern": "*deny_all/",
+ },
+ ],
+ "googlebot": [
+ {
+ "allow": false,
+ "lineNumber": 5,
+ "pattern": "*deny_googlebot/",
+ },
+ ],
+ "mozilla": [],
+ },
+ "_sitemaps": [
+ "http://not-exists.com/sitemap_1.xml",
+ "http://not-exists.com/sitemap_2.xml",
+ ],
+ "_url": "http://not-exists.com/robots.txt",
+ },
}
❯ packages/utils/test/robots.test.ts:68:28
|
|
packages/utils/test/robots.test.ts > RobotsTxtFile > respects user-set timeout:
packages/utils/test/robots.test.ts#L68
AssertionError: promise resolved "RobotsTxtFile{ …(2) }" instead of rejecting
- Expected
+ Received
- Error {
- "message": "rejected promise",
+ RobotsTxtFile {
+ "proxyUrl": undefined,
+ "robots": Robots {
+ "_preferredHost": null,
+ "_rules": {
+ "*": [
+ {
+ "allow": false,
+ "lineNumber": 2,
+ "pattern": "*deny_all/",
+ },
+ ],
+ "googlebot": [
+ {
+ "allow": false,
+ "lineNumber": 5,
+ "pattern": "*deny_googlebot/",
+ },
+ ],
+ "mozilla": [],
+ },
+ "_sitemaps": [
+ "http://not-exists.com/sitemap_1.xml",
+ "http://not-exists.com/sitemap_2.xml",
+ ],
+ "_url": "http://not-exists.com/robots.txt",
+ },
}
❯ packages/utils/test/robots.test.ts:68:28
|
|
packages/utils/test/robots.test.ts > RobotsTxtFile > respects user-set timeout:
packages/utils/test/robots.test.ts#L68
AssertionError: promise resolved "RobotsTxtFile{ …(2) }" instead of rejecting
- Expected
+ Received
- Error {
- "message": "rejected promise",
+ RobotsTxtFile {
+ "proxyUrl": undefined,
+ "robots": Robots {
+ "_preferredHost": null,
+ "_rules": {
+ "*": [
+ {
+ "allow": false,
+ "lineNumber": 2,
+ "pattern": "*deny_all/",
+ },
+ ],
+ "googlebot": [
+ {
+ "allow": false,
+ "lineNumber": 5,
+ "pattern": "*deny_googlebot/",
+ },
+ ],
+ "mozilla": [],
+ },
+ "_sitemaps": [
+ "http://not-exists.com/sitemap_1.xml",
+ "http://not-exists.com/sitemap_2.xml",
+ ],
+ "_url": "http://not-exists.com/robots.txt",
+ },
}
❯ packages/utils/test/robots.test.ts:68:28
|
|
packages/utils/test/robots.test.ts > RobotsTxtFile > respects user-set timeout:
packages/utils/test/robots.test.ts#L68
AssertionError: promise resolved "RobotsTxtFile{ …(2) }" instead of rejecting
- Expected
+ Received
- Error {
- "message": "rejected promise",
+ RobotsTxtFile {
+ "proxyUrl": undefined,
+ "robots": Robots {
+ "_preferredHost": null,
+ "_rules": {
+ "*": [
+ {
+ "allow": false,
+ "lineNumber": 2,
+ "pattern": "*deny_all/",
+ },
+ ],
+ "googlebot": [
+ {
+ "allow": false,
+ "lineNumber": 5,
+ "pattern": "*deny_googlebot/",
+ },
+ ],
+ "mozilla": [],
+ },
+ "_sitemaps": [
+ "http://not-exists.com/sitemap_1.xml",
+ "http://not-exists.com/sitemap_2.xml",
+ ],
+ "_url": "http://not-exists.com/robots.txt",
+ },
}
❯ packages/utils/test/robots.test.ts:68:28
|
|
packages/utils/test/robots.test.ts > RobotsTxtFile > respects AbortSignal parameter and timeout together:
packages/utils/test/robots.test.ts#L98
AssertionError: promise resolved "RobotsTxtFile{ …(2) }" instead of rejecting
- Expected
+ Received
- Error {
- "message": "rejected promise",
+ RobotsTxtFile {
+ "proxyUrl": undefined,
+ "robots": Robots {
+ "_preferredHost": null,
+ "_rules": {
+ "*": [
+ {
+ "allow": false,
+ "lineNumber": 2,
+ "pattern": "*deny_all/",
+ },
+ ],
+ "googlebot": [
+ {
+ "allow": false,
+ "lineNumber": 5,
+ "pattern": "*deny_googlebot/",
+ },
+ ],
+ "mozilla": [],
+ },
+ "_sitemaps": [
+ "http://not-exists.com/sitemap_1.xml",
+ "http://not-exists.com/sitemap_2.xml",
+ ],
+ "_url": "http://not-exists.com/robots.txt",
+ },
}
❯ packages/utils/test/robots.test.ts:98:28
|
|
packages/utils/test/robots.test.ts > RobotsTxtFile > respects AbortSignal parameter and timeout together:
packages/utils/test/robots.test.ts#L98
AssertionError: promise resolved "RobotsTxtFile{ …(2) }" instead of rejecting
- Expected
+ Received
- Error {
- "message": "rejected promise",
+ RobotsTxtFile {
+ "proxyUrl": undefined,
+ "robots": Robots {
+ "_preferredHost": null,
+ "_rules": {
+ "*": [
+ {
+ "allow": false,
+ "lineNumber": 2,
+ "pattern": "*deny_all/",
+ },
+ ],
+ "googlebot": [
+ {
+ "allow": false,
+ "lineNumber": 5,
+ "pattern": "*deny_googlebot/",
+ },
+ ],
+ "mozilla": [],
+ },
+ "_sitemaps": [
+ "http://not-exists.com/sitemap_1.xml",
+ "http://not-exists.com/sitemap_2.xml",
+ ],
+ "_url": "http://not-exists.com/robots.txt",
+ },
}
❯ packages/utils/test/robots.test.ts:98:28
|
|
packages/utils/test/robots.test.ts > RobotsTxtFile > respects AbortSignal parameter:
packages/utils/test/robots.test.ts#L82
AssertionError: promise resolved "RobotsTxtFile{ …(2) }" instead of rejecting
- Expected
+ Received
- Error {
- "message": "rejected promise",
+ RobotsTxtFile {
+ "proxyUrl": undefined,
+ "robots": Robots {
+ "_preferredHost": null,
+ "_rules": {
+ "*": [
+ {
+ "allow": false,
+ "lineNumber": 2,
+ "pattern": "*deny_all/",
+ },
+ ],
+ "googlebot": [
+ {
+ "allow": false,
+ "lineNumber": 5,
+ "pattern": "*deny_googlebot/",
+ },
+ ],
+ "mozilla": [],
+ },
+ "_sitemaps": [
+ "http://not-exists.com/sitemap_1.xml",
+ "http://not-exists.com/sitemap_2.xml",
+ ],
+ "_url": "http://not-exists.com/robots.txt",
+ },
}
❯ packages/utils/test/robots.test.ts:82:28
|
|
packages/utils/test/robots.test.ts > RobotsTxtFile > respects AbortSignal parameter:
packages/utils/test/robots.test.ts#L82
AssertionError: promise resolved "RobotsTxtFile{ …(2) }" instead of rejecting
- Expected
+ Received
- Error {
- "message": "rejected promise",
+ RobotsTxtFile {
+ "proxyUrl": undefined,
+ "robots": Robots {
+ "_preferredHost": null,
+ "_rules": {
+ "*": [
+ {
+ "allow": false,
+ "lineNumber": 2,
+ "pattern": "*deny_all/",
+ },
+ ],
+ "googlebot": [
+ {
+ "allow": false,
+ "lineNumber": 5,
+ "pattern": "*deny_googlebot/",
+ },
+ ],
+ "mozilla": [],
+ },
+ "_sitemaps": [
+ "http://not-exists.com/sitemap_1.xml",
+ "http://not-exists.com/sitemap_2.xml",
+ ],
+ "_url": "http://not-exists.com/robots.txt",
+ },
}
❯ packages/utils/test/robots.test.ts:82:28
|
|
packages/utils/test/robots.test.ts > RobotsTxtFile > respects AbortSignal parameter:
packages/utils/test/robots.test.ts#L82
AssertionError: promise resolved "RobotsTxtFile{ …(2) }" instead of rejecting
- Expected
+ Received
- Error {
- "message": "rejected promise",
+ RobotsTxtFile {
+ "proxyUrl": undefined,
+ "robots": Robots {
+ "_preferredHost": null,
+ "_rules": {
+ "*": [
+ {
+ "allow": false,
+ "lineNumber": 2,
+ "pattern": "*deny_all/",
+ },
+ ],
+ "googlebot": [
+ {
+ "allow": false,
+ "lineNumber": 5,
+ "pattern": "*deny_googlebot/",
+ },
+ ],
+ "mozilla": [],
+ },
+ "_sitemaps": [
+ "http://not-exists.com/sitemap_1.xml",
+ "http://not-exists.com/sitemap_2.xml",
+ ],
+ "_url": "http://not-exists.com/robots.txt",
+ },
}
❯ packages/utils/test/robots.test.ts:82:28
|
|
packages/utils/test/robots.test.ts > RobotsTxtFile > respects AbortSignal parameter:
packages/utils/test/robots.test.ts#L82
AssertionError: promise resolved "RobotsTxtFile{ …(2) }" instead of rejecting
- Expected
+ Received
- Error {
- "message": "rejected promise",
+ RobotsTxtFile {
+ "proxyUrl": undefined,
+ "robots": Robots {
+ "_preferredHost": null,
+ "_rules": {
+ "*": [
+ {
+ "allow": false,
+ "lineNumber": 2,
+ "pattern": "*deny_all/",
+ },
+ ],
+ "googlebot": [
+ {
+ "allow": false,
+ "lineNumber": 5,
+ "pattern": "*deny_googlebot/",
+ },
+ ],
+ "mozilla": [],
+ },
+ "_sitemaps": [
+ "http://not-exists.com/sitemap_1.xml",
+ "http://not-exists.com/sitemap_2.xml",
+ ],
+ "_url": "http://not-exists.com/robots.txt",
+ },
}
❯ packages/utils/test/robots.test.ts:82:28
|
|
packages/utils/test/robots.test.ts > RobotsTxtFile > respects user-set timeout:
packages/utils/test/robots.test.ts#L68
AssertionError: promise resolved "RobotsTxtFile{ …(2) }" instead of rejecting
- Expected
+ Received
- Error {
- "message": "rejected promise",
+ RobotsTxtFile {
+ "proxyUrl": undefined,
+ "robots": Robots {
+ "_preferredHost": null,
+ "_rules": {
+ "*": [
+ {
+ "allow": false,
+ "lineNumber": 2,
+ "pattern": "*deny_all/",
+ },
+ ],
+ "googlebot": [
+ {
+ "allow": false,
+ "lineNumber": 5,
+ "pattern": "*deny_googlebot/",
+ },
+ ],
+ "mozilla": [],
+ },
+ "_sitemaps": [
+ "http://not-exists.com/sitemap_1.xml",
+ "http://not-exists.com/sitemap_2.xml",
+ ],
+ "_url": "http://not-exists.com/robots.txt",
+ },
}
❯ packages/utils/test/robots.test.ts:68:28
|
|
packages/utils/test/robots.test.ts > RobotsTxtFile > respects user-set timeout:
packages/utils/test/robots.test.ts#L68
AssertionError: promise resolved "RobotsTxtFile{ …(2) }" instead of rejecting
- Expected
+ Received
- Error {
- "message": "rejected promise",
+ RobotsTxtFile {
+ "proxyUrl": undefined,
+ "robots": Robots {
+ "_preferredHost": null,
+ "_rules": {
+ "*": [
+ {
+ "allow": false,
+ "lineNumber": 2,
+ "pattern": "*deny_all/",
+ },
+ ],
+ "googlebot": [
+ {
+ "allow": false,
+ "lineNumber": 5,
+ "pattern": "*deny_googlebot/",
+ },
+ ],
+ "mozilla": [],
+ },
+ "_sitemaps": [
+ "http://not-exists.com/sitemap_1.xml",
+ "http://not-exists.com/sitemap_2.xml",
+ ],
+ "_url": "http://not-exists.com/robots.txt",
+ },
}
❯ packages/utils/test/robots.test.ts:68:28
|
|
packages/utils/test/robots.test.ts > RobotsTxtFile > respects user-set timeout:
packages/utils/test/robots.test.ts#L68
AssertionError: promise resolved "RobotsTxtFile{ …(2) }" instead of rejecting
- Expected
+ Received
- Error {
- "message": "rejected promise",
+ RobotsTxtFile {
+ "proxyUrl": undefined,
+ "robots": Robots {
+ "_preferredHost": null,
+ "_rules": {
+ "*": [
+ {
+ "allow": false,
+ "lineNumber": 2,
+ "pattern": "*deny_all/",
+ },
+ ],
+ "googlebot": [
+ {
+ "allow": false,
+ "lineNumber": 5,
+ "pattern": "*deny_googlebot/",
+ },
+ ],
+ "mozilla": [],
+ },
+ "_sitemaps": [
+ "http://not-exists.com/sitemap_1.xml",
+ "http://not-exists.com/sitemap_2.xml",
+ ],
+ "_url": "http://not-exists.com/robots.txt",
+ },
}
❯ packages/utils/test/robots.test.ts:68:28
|
|
packages/utils/test/robots.test.ts > RobotsTxtFile > respects user-set timeout:
packages/utils/test/robots.test.ts#L68
AssertionError: promise resolved "RobotsTxtFile{ …(2) }" instead of rejecting
- Expected
+ Received
- Error {
- "message": "rejected promise",
+ RobotsTxtFile {
+ "proxyUrl": undefined,
+ "robots": Robots {
+ "_preferredHost": null,
+ "_rules": {
+ "*": [
+ {
+ "allow": false,
+ "lineNumber": 2,
+ "pattern": "*deny_all/",
+ },
+ ],
+ "googlebot": [
+ {
+ "allow": false,
+ "lineNumber": 5,
+ "pattern": "*deny_googlebot/",
+ },
+ ],
+ "mozilla": [],
+ },
+ "_sitemaps": [
+ "http://not-exists.com/sitemap_1.xml",
+ "http://not-exists.com/sitemap_2.xml",
+ ],
+ "_url": "http://not-exists.com/robots.txt",
+ },
}
❯ packages/utils/test/robots.test.ts:68:28
|