chore(deps): update vitest monorepo to v3 (major) #19405
Annotations
66 errors and 40 warnings
test-build (ubuntu-24.04, 14.16.0, npm ci, 1)
Process completed with exit code 1.
|
test-build (ubuntu-24.04, 14.16.0, npm ci, 3)
Process completed with exit code 1.
|
test-build (ubuntu-24.04, 14.16.0, npm ci, 0)
Process completed with exit code 1.
|
test-build (ubuntu-24.04, 14.16.0, npm ci, 2)
Process completed with exit code 1.
|
test-build (ubuntu-24.04, 14.16.0, npm ci, 4)
Process completed with exit code 1.
|
test (ubuntu-24.04, 14.16.0, v1.46.3)
Process completed with exit code 1.
|
node/downloader.test.ts > fails downloading binary after 4th time:
packages/edge-bundler/node/downloader.test.ts#L122
TypeError: .toMatch() expects to receive a string, but got object
❯ node/downloader.test.ts:122:19
|
node/downloader.test.ts > fails downloading if response stream throws error:
packages/edge-bundler/node/downloader.test.ts#L161
TypeError: .toMatch() expects to receive a string, but got object
❯ node/downloader.test.ts:161:19
|
node/validation/manifest/index.test.ts > should throw on additional property on root level:
packages/edge-bundler/node/validation/manifest/index.test.ts#L72
Error: Snapshot `should throw on additional property on root level 1` mismatched
- Expected
+ Received
- "Validation of Edge Functions manifest failed
+ [ManifestValidationError: Validation of Edge Functions manifest failed
ADDTIONAL PROPERTY must NOT have additional properties
30 | ],
- 31 | \"bundler_version\": \"1.6.0\",
+ 31 | "bundler_version": "1.6.0",
- > 32 | \"foo\": \"bar\"
+ > 32 | "foo": "bar"
| ^^^^^ 😲 foo is not expected to be here!
- 33 | }"
+ 33 | }]
❯ node/validation/manifest/index.test.ts:72:44
|
node/validation/manifest/index.test.ts > should show multiple errors:
packages/edge-bundler/node/validation/manifest/index.test.ts#L80
Error: Snapshot `should show multiple errors 1` mismatched
- Expected
+ Received
- "Validation of Edge Functions manifest failed
+ [ManifestValidationError: Validation of Edge Functions manifest failed
ADDTIONAL PROPERTY must NOT have additional properties
30 | ],
- 31 | \"bundler_version\": \"1.6.0\",
+ 31 | "bundler_version": "1.6.0",
- > 32 | \"foo\": \"bar\",
+ > 32 | "foo": "bar",
| ^^^^^ 😲 foo is not expected to be here!
- 33 | \"baz\": \"bar\"
+ 33 | "baz": "bar"
34 | }
ADDTIONAL PROPERTY must NOT have additional properties
- 31 | \"bundler_version\": \"1.6.0\",
+ 31 | "bundler_version": "1.6.0",
- 32 | \"foo\": \"bar\",
+ 32 | "foo": "bar",
- > 33 | \"baz\": \"bar\"
+ > 33 | "baz": "bar"
| ^^^^^ 😲 baz is not expected to be here!
- 34 | }"
+ 34 | }]
❯ node/validation/manifest/index.test.ts:80:44
|
node/validation/manifest/index.test.ts > bundle > should throw on additional property in bundle:
packages/edge-bundler/node/validation/manifest/index.test.ts#L88
Error: Snapshot `bundle > should throw on additional property in bundle 1` mismatched
- Expected
+ Received
- "Validation of Edge Functions manifest failed
+ [ManifestValidationError: Validation of Edge Functions manifest failed
ADDTIONAL PROPERTY must NOT have additional properties
- 4 | \"asset\": \"f35baff44129a8f6be7db68590b2efd86ed4ba29000e2edbcaddc5d620d7d043.js\",
+ 4 | "asset": "f35baff44129a8f6be7db68590b2efd86ed4ba29000e2edbcaddc5d620d7d043.js",
- 5 | \"format\": \"js\",
+ 5 | "format": "js",
- > 6 | \"foo\": \"bar\"
+ > 6 | "foo": "bar"
| ^^^^^ 😲 foo is not expected to be here!
7 | }
8 | ],
- 9 | \"routes\": ["
+ 9 | "routes": []
❯ node/validation/manifest/index.test.ts:88:46
|
node/validation/manifest/index.test.ts > bundle > should throw on missing asset:
packages/edge-bundler/node/validation/manifest/index.test.ts#L95
Error: Snapshot `bundle > should throw on missing asset 1` mismatched
- Expected
+ Received
- "Validation of Edge Functions manifest failed
+ [ManifestValidationError: Validation of Edge Functions manifest failed
REQUIRED must have required property 'asset'
1 | {
- 2 | \"bundles\": [
+ 2 | "bundles": [
> 3 | {
| ^ ☹️ asset is missing here!
- 4 | \"format\": \"js\"
+ 4 | "format": "js"
5 | }
- 6 | ],"
+ 6 | ],]
❯ node/validation/manifest/index.test.ts:95:46
|
node/validation/manifest/index.test.ts > bundle > should throw on missing format:
packages/edge-bundler/node/validation/manifest/index.test.ts#L102
Error: Snapshot `bundle > should throw on missing format 1` mismatched
- Expected
+ Received
- "Validation of Edge Functions manifest failed
+ [ManifestValidationError: Validation of Edge Functions manifest failed
REQUIRED must have required property 'format'
1 | {
- 2 | \"bundles\": [
+ 2 | "bundles": [
> 3 | {
| ^ ☹️ format is missing here!
- 4 | \"asset\": \"f35baff44129a8f6be7db68590b2efd86ed4ba29000e2edbcaddc5d620d7d043.js\"
+ 4 | "asset": "f35baff44129a8f6be7db68590b2efd86ed4ba29000e2edbcaddc5d620d7d043.js"
5 | }
- 6 | ],"
+ 6 | ],]
❯ node/validation/manifest/index.test.ts:102:46
|
node/validation/manifest/index.test.ts > bundle > should throw on invalid format:
packages/edge-bundler/node/validation/manifest/index.test.ts#L109
Error: Snapshot `bundle > should throw on invalid format 1` mismatched
- Expected
+ Received
- "Validation of Edge Functions manifest failed
+ [ManifestValidationError: Validation of Edge Functions manifest failed
ENUM must be equal to one of the allowed values
(eszip2, js)
3 | {
- 4 | \"asset\": \"f35baff44129a8f6be7db68590b2efd86ed4ba29000e2edbcaddc5d620d7d043.js\",
+ 4 | "asset": "f35baff44129a8f6be7db68590b2efd86ed4ba29000e2edbcaddc5d620d7d043.js",
- > 5 | \"format\": \"foo\"
+ > 5 | "format": "foo"
| ^^^^^ 👈🏽 Unexpected value, should be equal to one of the allowed values
6 | }
7 | ],
- 8 | \"routes\": ["
+ 8 | "routes": []
❯ node/validation/manifest/index.test.ts:109:46
|
node/validation/manifest/index.test.ts > route > should throw on additional property:
packages/edge-bundler/node/validation/manifest/index.test.ts#L118
Error: Snapshot `route > should throw on additional property 1` mismatched
- Expected
+ Received
- "Validation of Edge Functions manifest failed
+ [ManifestValidationError: Validation of Edge Functions manifest failed
ADDTIONAL PROPERTY must NOT have additional properties
- 12 | \"pattern\": \"^/hello/?$\",
+ 12 | "pattern": "^/hello/?$",
- 13 | \"generator\": \"@netlify/[email protected]\",
+ 13 | "generator": "@netlify/[email protected]",
- > 14 | \"foo\": \"bar\"
+ > 14 | "foo": "bar"
| ^^^^^ 😲 foo is not expected to be here!
15 | }
16 | ],
- 17 | \"post_cache_routes\": ["
+ 17 | "post_cache_routes": []
❯ node/validation/manifest/index.test.ts:118:46
|
node/validation/manifest/index.test.ts > route > should throw on invalid pattern:
packages/edge-bundler/node/validation/manifest/index.test.ts#L125
Error: Snapshot `route > should throw on invalid pattern 1` mismatched
- Expected
+ Received
- "Validation of Edge Functions manifest failed
+ [ManifestValidationError: Validation of Edge Functions manifest failed
FORMAT pattern must be a regex that starts with ^ and ends with $ (e.g. ^/blog/[d]{4}$)
- 10 | \"name\": \"name\",
+ 10 | "name": "name",
- 11 | \"function\": \"hello\",
+ 11 | "function": "hello",
- > 12 | \"pattern\": \"/^/hello/?$/\",
+ > 12 | "pattern": "/^/hello/?$/",
| ^^^^^^^^^^^^^^ 👈🏽 format pattern must be a regex that starts with ^ and ends with $ (e.g. ^/blog/[d]{4}$)
- 13 | \"generator\": \"@netlify/[email protected]\"
+ 13 | "generator": "@netlify/[email protected]"
14 | }
- 15 | ],"
+ 15 | ],]
❯ node/validation/manifest/index.test.ts:125:46
|
node/downloader.test.ts > fails downloading binary after 4th time:
packages/edge-bundler/node/downloader.test.ts#L122
TypeError: .toMatch() expects to receive a string, but got object
❯ node/downloader.test.ts:122:19
|
node/downloader.test.ts > fails downloading if response stream throws error:
packages/edge-bundler/node/downloader.test.ts#L161
TypeError: .toMatch() expects to receive a string, but got object
❯ node/downloader.test.ts:161:19
|
node/validation/manifest/index.test.ts > should throw on additional property on root level:
packages/edge-bundler/node/validation/manifest/index.test.ts#L72
Error: Snapshot `should throw on additional property on root level 1` mismatched
- Expected
+ Received
- "Validation of Edge Functions manifest failed
+ [ManifestValidationError: Validation of Edge Functions manifest failed
ADDTIONAL PROPERTY must NOT have additional properties
30 | ],
- 31 | \"bundler_version\": \"1.6.0\",
+ 31 | "bundler_version": "1.6.0",
- > 32 | \"foo\": \"bar\"
+ > 32 | "foo": "bar"
| ^^^^^ 😲 foo is not expected to be here!
- 33 | }"
+ 33 | }]
❯ node/validation/manifest/index.test.ts:72:44
|
node/validation/manifest/index.test.ts > should show multiple errors:
packages/edge-bundler/node/validation/manifest/index.test.ts#L80
Error: Snapshot `should show multiple errors 1` mismatched
- Expected
+ Received
- "Validation of Edge Functions manifest failed
+ [ManifestValidationError: Validation of Edge Functions manifest failed
ADDTIONAL PROPERTY must NOT have additional properties
30 | ],
- 31 | \"bundler_version\": \"1.6.0\",
+ 31 | "bundler_version": "1.6.0",
- > 32 | \"foo\": \"bar\",
+ > 32 | "foo": "bar",
| ^^^^^ 😲 foo is not expected to be here!
- 33 | \"baz\": \"bar\"
+ 33 | "baz": "bar"
34 | }
ADDTIONAL PROPERTY must NOT have additional properties
- 31 | \"bundler_version\": \"1.6.0\",
+ 31 | "bundler_version": "1.6.0",
- 32 | \"foo\": \"bar\",
+ 32 | "foo": "bar",
- > 33 | \"baz\": \"bar\"
+ > 33 | "baz": "bar"
| ^^^^^ 😲 baz is not expected to be here!
- 34 | }"
+ 34 | }]
❯ node/validation/manifest/index.test.ts:80:44
|
node/validation/manifest/index.test.ts > bundle > should throw on additional property in bundle:
packages/edge-bundler/node/validation/manifest/index.test.ts#L88
Error: Snapshot `bundle > should throw on additional property in bundle 1` mismatched
- Expected
+ Received
- "Validation of Edge Functions manifest failed
+ [ManifestValidationError: Validation of Edge Functions manifest failed
ADDTIONAL PROPERTY must NOT have additional properties
- 4 | \"asset\": \"f35baff44129a8f6be7db68590b2efd86ed4ba29000e2edbcaddc5d620d7d043.js\",
+ 4 | "asset": "f35baff44129a8f6be7db68590b2efd86ed4ba29000e2edbcaddc5d620d7d043.js",
- 5 | \"format\": \"js\",
+ 5 | "format": "js",
- > 6 | \"foo\": \"bar\"
+ > 6 | "foo": "bar"
| ^^^^^ 😲 foo is not expected to be here!
7 | }
8 | ],
- 9 | \"routes\": ["
+ 9 | "routes": []
❯ node/validation/manifest/index.test.ts:88:46
|
node/validation/manifest/index.test.ts > bundle > should throw on missing asset:
packages/edge-bundler/node/validation/manifest/index.test.ts#L95
Error: Snapshot `bundle > should throw on missing asset 1` mismatched
- Expected
+ Received
- "Validation of Edge Functions manifest failed
+ [ManifestValidationError: Validation of Edge Functions manifest failed
REQUIRED must have required property 'asset'
1 | {
- 2 | \"bundles\": [
+ 2 | "bundles": [
> 3 | {
| ^ ☹️ asset is missing here!
- 4 | \"format\": \"js\"
+ 4 | "format": "js"
5 | }
- 6 | ],"
+ 6 | ],]
❯ node/validation/manifest/index.test.ts:95:46
|
node/validation/manifest/index.test.ts > bundle > should throw on missing format:
packages/edge-bundler/node/validation/manifest/index.test.ts#L102
Error: Snapshot `bundle > should throw on missing format 1` mismatched
- Expected
+ Received
- "Validation of Edge Functions manifest failed
+ [ManifestValidationError: Validation of Edge Functions manifest failed
REQUIRED must have required property 'format'
1 | {
- 2 | \"bundles\": [
+ 2 | "bundles": [
> 3 | {
| ^ ☹️ format is missing here!
- 4 | \"asset\": \"f35baff44129a8f6be7db68590b2efd86ed4ba29000e2edbcaddc5d620d7d043.js\"
+ 4 | "asset": "f35baff44129a8f6be7db68590b2efd86ed4ba29000e2edbcaddc5d620d7d043.js"
5 | }
- 6 | ],"
+ 6 | ],]
❯ node/validation/manifest/index.test.ts:102:46
|
node/validation/manifest/index.test.ts > bundle > should throw on invalid format:
packages/edge-bundler/node/validation/manifest/index.test.ts#L109
Error: Snapshot `bundle > should throw on invalid format 1` mismatched
- Expected
+ Received
- "Validation of Edge Functions manifest failed
+ [ManifestValidationError: Validation of Edge Functions manifest failed
ENUM must be equal to one of the allowed values
(eszip2, js)
3 | {
- 4 | \"asset\": \"f35baff44129a8f6be7db68590b2efd86ed4ba29000e2edbcaddc5d620d7d043.js\",
+ 4 | "asset": "f35baff44129a8f6be7db68590b2efd86ed4ba29000e2edbcaddc5d620d7d043.js",
- > 5 | \"format\": \"foo\"
+ > 5 | "format": "foo"
| ^^^^^ 👈🏽 Unexpected value, should be equal to one of the allowed values
6 | }
7 | ],
- 8 | \"routes\": ["
+ 8 | "routes": []
❯ node/validation/manifest/index.test.ts:109:46
|
node/validation/manifest/index.test.ts > route > should throw on additional property:
packages/edge-bundler/node/validation/manifest/index.test.ts#L118
Error: Snapshot `route > should throw on additional property 1` mismatched
- Expected
+ Received
- "Validation of Edge Functions manifest failed
+ [ManifestValidationError: Validation of Edge Functions manifest failed
ADDTIONAL PROPERTY must NOT have additional properties
- 12 | \"pattern\": \"^/hello/?$\",
+ 12 | "pattern": "^/hello/?$",
- 13 | \"generator\": \"@netlify/[email protected]\",
+ 13 | "generator": "@netlify/[email protected]",
- > 14 | \"foo\": \"bar\"
+ > 14 | "foo": "bar"
| ^^^^^ 😲 foo is not expected to be here!
15 | }
16 | ],
- 17 | \"post_cache_routes\": ["
+ 17 | "post_cache_routes": []
❯ node/validation/manifest/index.test.ts:118:46
|
node/validation/manifest/index.test.ts > route > should throw on invalid pattern:
packages/edge-bundler/node/validation/manifest/index.test.ts#L125
Error: Snapshot `route > should throw on invalid pattern 1` mismatched
- Expected
+ Received
- "Validation of Edge Functions manifest failed
+ [ManifestValidationError: Validation of Edge Functions manifest failed
FORMAT pattern must be a regex that starts with ^ and ends with $ (e.g. ^/blog/[d]{4}$)
- 10 | \"name\": \"name\",
+ 10 | "name": "name",
- 11 | \"function\": \"hello\",
+ 11 | "function": "hello",
- > 12 | \"pattern\": \"/^/hello/?$/\",
+ > 12 | "pattern": "/^/hello/?$/",
| ^^^^^^^^^^^^^^ 👈🏽 format pattern must be a regex that starts with ^ and ends with $ (e.g. ^/blog/[d]{4}$)
- 13 | \"generator\": \"@netlify/[email protected]\"
+ 13 | "generator": "@netlify/[email protected]"
14 | }
- 15 | ],"
+ 15 | ],]
❯ node/validation/manifest/index.test.ts:125:46
|
node/downloader.test.ts > fails downloading binary after 4th time:
packages/edge-bundler/node/downloader.test.ts#L122
TypeError: .toMatch() expects to receive a string, but got object
❯ node/downloader.test.ts:122:19
|
node/downloader.test.ts > fails downloading if response stream throws error:
packages/edge-bundler/node/downloader.test.ts#L161
TypeError: .toMatch() expects to receive a string, but got object
❯ node/downloader.test.ts:161:19
|
node/validation/manifest/index.test.ts > should throw on additional property on root level:
packages/edge-bundler/node/validation/manifest/index.test.ts#L72
Error: Snapshot `should throw on additional property on root level 1` mismatched
- Expected
+ Received
- "Validation of Edge Functions manifest failed
+ [ManifestValidationError: Validation of Edge Functions manifest failed
ADDTIONAL PROPERTY must NOT have additional properties
30 | ],
- 31 | \"bundler_version\": \"1.6.0\",
+ 31 | "bundler_version": "1.6.0",
- > 32 | \"foo\": \"bar\"
+ > 32 | "foo": "bar"
| ^^^^^ 😲 foo is not expected to be here!
- 33 | }"
+ 33 | }]
❯ node/validation/manifest/index.test.ts:72:44
|
node/validation/manifest/index.test.ts > should show multiple errors:
packages/edge-bundler/node/validation/manifest/index.test.ts#L80
Error: Snapshot `should show multiple errors 1` mismatched
- Expected
+ Received
- "Validation of Edge Functions manifest failed
+ [ManifestValidationError: Validation of Edge Functions manifest failed
ADDTIONAL PROPERTY must NOT have additional properties
30 | ],
- 31 | \"bundler_version\": \"1.6.0\",
+ 31 | "bundler_version": "1.6.0",
- > 32 | \"foo\": \"bar\",
+ > 32 | "foo": "bar",
| ^^^^^ 😲 foo is not expected to be here!
- 33 | \"baz\": \"bar\"
+ 33 | "baz": "bar"
34 | }
ADDTIONAL PROPERTY must NOT have additional properties
- 31 | \"bundler_version\": \"1.6.0\",
+ 31 | "bundler_version": "1.6.0",
- 32 | \"foo\": \"bar\",
+ 32 | "foo": "bar",
- > 33 | \"baz\": \"bar\"
+ > 33 | "baz": "bar"
| ^^^^^ 😲 baz is not expected to be here!
- 34 | }"
+ 34 | }]
❯ node/validation/manifest/index.test.ts:80:44
|
node/validation/manifest/index.test.ts > bundle > should throw on additional property in bundle:
packages/edge-bundler/node/validation/manifest/index.test.ts#L88
Error: Snapshot `bundle > should throw on additional property in bundle 1` mismatched
- Expected
+ Received
- "Validation of Edge Functions manifest failed
+ [ManifestValidationError: Validation of Edge Functions manifest failed
ADDTIONAL PROPERTY must NOT have additional properties
- 4 | \"asset\": \"f35baff44129a8f6be7db68590b2efd86ed4ba29000e2edbcaddc5d620d7d043.js\",
+ 4 | "asset": "f35baff44129a8f6be7db68590b2efd86ed4ba29000e2edbcaddc5d620d7d043.js",
- 5 | \"format\": \"js\",
+ 5 | "format": "js",
- > 6 | \"foo\": \"bar\"
+ > 6 | "foo": "bar"
| ^^^^^ 😲 foo is not expected to be here!
7 | }
8 | ],
- 9 | \"routes\": ["
+ 9 | "routes": []
❯ node/validation/manifest/index.test.ts:88:46
|
node/validation/manifest/index.test.ts > bundle > should throw on missing asset:
packages/edge-bundler/node/validation/manifest/index.test.ts#L95
Error: Snapshot `bundle > should throw on missing asset 1` mismatched
- Expected
+ Received
- "Validation of Edge Functions manifest failed
+ [ManifestValidationError: Validation of Edge Functions manifest failed
REQUIRED must have required property 'asset'
1 | {
- 2 | \"bundles\": [
+ 2 | "bundles": [
> 3 | {
| ^ ☹️ asset is missing here!
- 4 | \"format\": \"js\"
+ 4 | "format": "js"
5 | }
- 6 | ],"
+ 6 | ],]
❯ node/validation/manifest/index.test.ts:95:46
|
node/validation/manifest/index.test.ts > bundle > should throw on missing format:
packages/edge-bundler/node/validation/manifest/index.test.ts#L102
Error: Snapshot `bundle > should throw on missing format 1` mismatched
- Expected
+ Received
- "Validation of Edge Functions manifest failed
+ [ManifestValidationError: Validation of Edge Functions manifest failed
REQUIRED must have required property 'format'
1 | {
- 2 | \"bundles\": [
+ 2 | "bundles": [
> 3 | {
| ^ ☹️ format is missing here!
- 4 | \"asset\": \"f35baff44129a8f6be7db68590b2efd86ed4ba29000e2edbcaddc5d620d7d043.js\"
+ 4 | "asset": "f35baff44129a8f6be7db68590b2efd86ed4ba29000e2edbcaddc5d620d7d043.js"
5 | }
- 6 | ],"
+ 6 | ],]
❯ node/validation/manifest/index.test.ts:102:46
|
node/validation/manifest/index.test.ts > bundle > should throw on invalid format:
packages/edge-bundler/node/validation/manifest/index.test.ts#L109
Error: Snapshot `bundle > should throw on invalid format 1` mismatched
- Expected
+ Received
- "Validation of Edge Functions manifest failed
+ [ManifestValidationError: Validation of Edge Functions manifest failed
ENUM must be equal to one of the allowed values
(eszip2, js)
3 | {
- 4 | \"asset\": \"f35baff44129a8f6be7db68590b2efd86ed4ba29000e2edbcaddc5d620d7d043.js\",
+ 4 | "asset": "f35baff44129a8f6be7db68590b2efd86ed4ba29000e2edbcaddc5d620d7d043.js",
- > 5 | \"format\": \"foo\"
+ > 5 | "format": "foo"
| ^^^^^ 👈🏽 Unexpected value, should be equal to one of the allowed values
6 | }
7 | ],
- 8 | \"routes\": ["
+ 8 | "routes": []
❯ node/validation/manifest/index.test.ts:109:46
|
node/validation/manifest/index.test.ts > route > should throw on additional property:
packages/edge-bundler/node/validation/manifest/index.test.ts#L118
Error: Snapshot `route > should throw on additional property 1` mismatched
- Expected
+ Received
- "Validation of Edge Functions manifest failed
+ [ManifestValidationError: Validation of Edge Functions manifest failed
ADDTIONAL PROPERTY must NOT have additional properties
- 12 | \"pattern\": \"^/hello/?$\",
+ 12 | "pattern": "^/hello/?$",
- 13 | \"generator\": \"@netlify/[email protected]\",
+ 13 | "generator": "@netlify/[email protected]",
- > 14 | \"foo\": \"bar\"
+ > 14 | "foo": "bar"
| ^^^^^ 😲 foo is not expected to be here!
15 | }
16 | ],
- 17 | \"post_cache_routes\": ["
+ 17 | "post_cache_routes": []
❯ node/validation/manifest/index.test.ts:118:46
|
node/validation/manifest/index.test.ts > route > should throw on invalid pattern:
packages/edge-bundler/node/validation/manifest/index.test.ts#L125
Error: Snapshot `route > should throw on invalid pattern 1` mismatched
- Expected
+ Received
- "Validation of Edge Functions manifest failed
+ [ManifestValidationError: Validation of Edge Functions manifest failed
FORMAT pattern must be a regex that starts with ^ and ends with $ (e.g. ^/blog/[d]{4}$)
- 10 | \"name\": \"name\",
+ 10 | "name": "name",
- 11 | \"function\": \"hello\",
+ 11 | "function": "hello",
- > 12 | \"pattern\": \"/^/hello/?$/\",
+ > 12 | "pattern": "/^/hello/?$/",
| ^^^^^^^^^^^^^^ 👈🏽 format pattern must be a regex that starts with ^ and ends with $ (e.g. ^/blog/[d]{4}$)
- 13 | \"generator\": \"@netlify/[email protected]\"
+ 13 | "generator": "@netlify/[email protected]"
14 | }
- 15 | ],"
+ 15 | ],]
❯ node/validation/manifest/index.test.ts:125:46
|
node/downloader.test.ts > fails downloading binary after 4th time:
packages/edge-bundler/node/downloader.test.ts#L122
TypeError: .toMatch() expects to receive a string, but got object
❯ node/downloader.test.ts:122:19
|
node/downloader.test.ts > fails downloading if response stream throws error:
packages/edge-bundler/node/downloader.test.ts#L161
TypeError: .toMatch() expects to receive a string, but got object
❯ node/downloader.test.ts:161:19
|
node/validation/manifest/index.test.ts > should throw on additional property on root level:
packages/edge-bundler/node/validation/manifest/index.test.ts#L72
Error: Snapshot `should throw on additional property on root level 1` mismatched
- Expected
+ Received
- "Validation of Edge Functions manifest failed
+ [ManifestValidationError: Validation of Edge Functions manifest failed
ADDTIONAL PROPERTY must NOT have additional properties
30 | ],
- 31 | \"bundler_version\": \"1.6.0\",
+ 31 | "bundler_version": "1.6.0",
- > 32 | \"foo\": \"bar\"
+ > 32 | "foo": "bar"
| ^^^^^ 😲 foo is not expected to be here!
- 33 | }"
+ 33 | }]
❯ node/validation/manifest/index.test.ts:72:44
|
node/validation/manifest/index.test.ts > should show multiple errors:
packages/edge-bundler/node/validation/manifest/index.test.ts#L80
Error: Snapshot `should show multiple errors 1` mismatched
- Expected
+ Received
- "Validation of Edge Functions manifest failed
+ [ManifestValidationError: Validation of Edge Functions manifest failed
ADDTIONAL PROPERTY must NOT have additional properties
30 | ],
- 31 | \"bundler_version\": \"1.6.0\",
+ 31 | "bundler_version": "1.6.0",
- > 32 | \"foo\": \"bar\",
+ > 32 | "foo": "bar",
| ^^^^^ 😲 foo is not expected to be here!
- 33 | \"baz\": \"bar\"
+ 33 | "baz": "bar"
34 | }
ADDTIONAL PROPERTY must NOT have additional properties
- 31 | \"bundler_version\": \"1.6.0\",
+ 31 | "bundler_version": "1.6.0",
- 32 | \"foo\": \"bar\",
+ 32 | "foo": "bar",
- > 33 | \"baz\": \"bar\"
+ > 33 | "baz": "bar"
| ^^^^^ 😲 baz is not expected to be here!
- 34 | }"
+ 34 | }]
❯ node/validation/manifest/index.test.ts:80:44
|
node/validation/manifest/index.test.ts > bundle > should throw on additional property in bundle:
packages/edge-bundler/node/validation/manifest/index.test.ts#L88
Error: Snapshot `bundle > should throw on additional property in bundle 1` mismatched
- Expected
+ Received
- "Validation of Edge Functions manifest failed
+ [ManifestValidationError: Validation of Edge Functions manifest failed
ADDTIONAL PROPERTY must NOT have additional properties
- 4 | \"asset\": \"f35baff44129a8f6be7db68590b2efd86ed4ba29000e2edbcaddc5d620d7d043.js\",
+ 4 | "asset": "f35baff44129a8f6be7db68590b2efd86ed4ba29000e2edbcaddc5d620d7d043.js",
- 5 | \"format\": \"js\",
+ 5 | "format": "js",
- > 6 | \"foo\": \"bar\"
+ > 6 | "foo": "bar"
| ^^^^^ 😲 foo is not expected to be here!
7 | }
8 | ],
- 9 | \"routes\": ["
+ 9 | "routes": []
❯ node/validation/manifest/index.test.ts:88:46
|
node/validation/manifest/index.test.ts > bundle > should throw on missing asset:
packages/edge-bundler/node/validation/manifest/index.test.ts#L95
Error: Snapshot `bundle > should throw on missing asset 1` mismatched
- Expected
+ Received
- "Validation of Edge Functions manifest failed
+ [ManifestValidationError: Validation of Edge Functions manifest failed
REQUIRED must have required property 'asset'
1 | {
- 2 | \"bundles\": [
+ 2 | "bundles": [
> 3 | {
| ^ ☹️ asset is missing here!
- 4 | \"format\": \"js\"
+ 4 | "format": "js"
5 | }
- 6 | ],"
+ 6 | ],]
❯ node/validation/manifest/index.test.ts:95:46
|
node/validation/manifest/index.test.ts > bundle > should throw on missing format:
packages/edge-bundler/node/validation/manifest/index.test.ts#L102
Error: Snapshot `bundle > should throw on missing format 1` mismatched
- Expected
+ Received
- "Validation of Edge Functions manifest failed
+ [ManifestValidationError: Validation of Edge Functions manifest failed
REQUIRED must have required property 'format'
1 | {
- 2 | \"bundles\": [
+ 2 | "bundles": [
> 3 | {
| ^ ☹️ format is missing here!
- 4 | \"asset\": \"f35baff44129a8f6be7db68590b2efd86ed4ba29000e2edbcaddc5d620d7d043.js\"
+ 4 | "asset": "f35baff44129a8f6be7db68590b2efd86ed4ba29000e2edbcaddc5d620d7d043.js"
5 | }
- 6 | ],"
+ 6 | ],]
❯ node/validation/manifest/index.test.ts:102:46
|
node/validation/manifest/index.test.ts > bundle > should throw on invalid format:
packages/edge-bundler/node/validation/manifest/index.test.ts#L109
Error: Snapshot `bundle > should throw on invalid format 1` mismatched
- Expected
+ Received
- "Validation of Edge Functions manifest failed
+ [ManifestValidationError: Validation of Edge Functions manifest failed
ENUM must be equal to one of the allowed values
(eszip2, js)
3 | {
- 4 | \"asset\": \"f35baff44129a8f6be7db68590b2efd86ed4ba29000e2edbcaddc5d620d7d043.js\",
+ 4 | "asset": "f35baff44129a8f6be7db68590b2efd86ed4ba29000e2edbcaddc5d620d7d043.js",
- > 5 | \"format\": \"foo\"
+ > 5 | "format": "foo"
| ^^^^^ 👈🏽 Unexpected value, should be equal to one of the allowed values
6 | }
7 | ],
- 8 | \"routes\": ["
+ 8 | "routes": []
❯ node/validation/manifest/index.test.ts:109:46
|
node/validation/manifest/index.test.ts > route > should throw on additional property:
packages/edge-bundler/node/validation/manifest/index.test.ts#L118
Error: Snapshot `route > should throw on additional property 1` mismatched
- Expected
+ Received
- "Validation of Edge Functions manifest failed
+ [ManifestValidationError: Validation of Edge Functions manifest failed
ADDTIONAL PROPERTY must NOT have additional properties
- 12 | \"pattern\": \"^/hello/?$\",
+ 12 | "pattern": "^/hello/?$",
- 13 | \"generator\": \"@netlify/[email protected]\",
+ 13 | "generator": "@netlify/[email protected]",
- > 14 | \"foo\": \"bar\"
+ > 14 | "foo": "bar"
| ^^^^^ 😲 foo is not expected to be here!
15 | }
16 | ],
- 17 | \"post_cache_routes\": ["
+ 17 | "post_cache_routes": []
❯ node/validation/manifest/index.test.ts:118:46
|
node/validation/manifest/index.test.ts > route > should throw on invalid pattern:
packages/edge-bundler/node/validation/manifest/index.test.ts#L125
Error: Snapshot `route > should throw on invalid pattern 1` mismatched
- Expected
+ Received
- "Validation of Edge Functions manifest failed
+ [ManifestValidationError: Validation of Edge Functions manifest failed
FORMAT pattern must be a regex that starts with ^ and ends with $ (e.g. ^/blog/[d]{4}$)
- 10 | \"name\": \"name\",
+ 10 | "name": "name",
- 11 | \"function\": \"hello\",
+ 11 | "function": "hello",
- > 12 | \"pattern\": \"/^/hello/?$/\",
+ > 12 | "pattern": "/^/hello/?$/",
| ^^^^^^^^^^^^^^ 👈🏽 format pattern must be a regex that starts with ^ and ends with $ (e.g. ^/blog/[d]{4}$)
- 13 | \"generator\": \"@netlify/[email protected]\"
+ 13 | "generator": "@netlify/[email protected]"
14 | }
- 15 | ],"
+ 15 | ],]
❯ node/validation/manifest/index.test.ts:125:46
|
node/downloader.test.ts > fails downloading binary after 4th time:
packages/edge-bundler/node/downloader.test.ts#L122
TypeError: .toMatch() expects to receive a string, but got object
❯ node/downloader.test.ts:122:19
|
node/downloader.test.ts > fails downloading if response stream throws error:
packages/edge-bundler/node/downloader.test.ts#L161
TypeError: .toMatch() expects to receive a string, but got object
❯ node/downloader.test.ts:161:19
|
node/validation/manifest/index.test.ts > should throw on additional property on root level:
packages/edge-bundler/node/validation/manifest/index.test.ts#L72
Error: Snapshot `should throw on additional property on root level 1` mismatched
- Expected
+ Received
- "Validation of Edge Functions manifest failed
+ [ManifestValidationError: Validation of Edge Functions manifest failed
ADDTIONAL PROPERTY must NOT have additional properties
30 | ],
- 31 | \"bundler_version\": \"1.6.0\",
+ 31 | "bundler_version": "1.6.0",
- > 32 | \"foo\": \"bar\"
+ > 32 | "foo": "bar"
| ^^^^^ 😲 foo is not expected to be here!
- 33 | }"
+ 33 | }]
❯ node/validation/manifest/index.test.ts:72:44
|
node/validation/manifest/index.test.ts > should show multiple errors:
packages/edge-bundler/node/validation/manifest/index.test.ts#L80
Error: Snapshot `should show multiple errors 1` mismatched
- Expected
+ Received
- "Validation of Edge Functions manifest failed
+ [ManifestValidationError: Validation of Edge Functions manifest failed
ADDTIONAL PROPERTY must NOT have additional properties
30 | ],
- 31 | \"bundler_version\": \"1.6.0\",
+ 31 | "bundler_version": "1.6.0",
- > 32 | \"foo\": \"bar\",
+ > 32 | "foo": "bar",
| ^^^^^ 😲 foo is not expected to be here!
- 33 | \"baz\": \"bar\"
+ 33 | "baz": "bar"
34 | }
ADDTIONAL PROPERTY must NOT have additional properties
- 31 | \"bundler_version\": \"1.6.0\",
+ 31 | "bundler_version": "1.6.0",
- 32 | \"foo\": \"bar\",
+ 32 | "foo": "bar",
- > 33 | \"baz\": \"bar\"
+ > 33 | "baz": "bar"
| ^^^^^ 😲 baz is not expected to be here!
- 34 | }"
+ 34 | }]
❯ node/validation/manifest/index.test.ts:80:44
|
node/validation/manifest/index.test.ts > bundle > should throw on additional property in bundle:
packages/edge-bundler/node/validation/manifest/index.test.ts#L88
Error: Snapshot `bundle > should throw on additional property in bundle 1` mismatched
- Expected
+ Received
- "Validation of Edge Functions manifest failed
+ [ManifestValidationError: Validation of Edge Functions manifest failed
ADDTIONAL PROPERTY must NOT have additional properties
- 4 | \"asset\": \"f35baff44129a8f6be7db68590b2efd86ed4ba29000e2edbcaddc5d620d7d043.js\",
+ 4 | "asset": "f35baff44129a8f6be7db68590b2efd86ed4ba29000e2edbcaddc5d620d7d043.js",
- 5 | \"format\": \"js\",
+ 5 | "format": "js",
- > 6 | \"foo\": \"bar\"
+ > 6 | "foo": "bar"
| ^^^^^ 😲 foo is not expected to be here!
7 | }
8 | ],
- 9 | \"routes\": ["
+ 9 | "routes": []
❯ node/validation/manifest/index.test.ts:88:46
|
node/validation/manifest/index.test.ts > bundle > should throw on missing asset:
packages/edge-bundler/node/validation/manifest/index.test.ts#L95
Error: Snapshot `bundle > should throw on missing asset 1` mismatched
- Expected
+ Received
- "Validation of Edge Functions manifest failed
+ [ManifestValidationError: Validation of Edge Functions manifest failed
REQUIRED must have required property 'asset'
1 | {
- 2 | \"bundles\": [
+ 2 | "bundles": [
> 3 | {
| ^ ☹️ asset is missing here!
- 4 | \"format\": \"js\"
+ 4 | "format": "js"
5 | }
- 6 | ],"
+ 6 | ],]
❯ node/validation/manifest/index.test.ts:95:46
|
node/validation/manifest/index.test.ts > bundle > should throw on missing format:
packages/edge-bundler/node/validation/manifest/index.test.ts#L102
Error: Snapshot `bundle > should throw on missing format 1` mismatched
- Expected
+ Received
- "Validation of Edge Functions manifest failed
+ [ManifestValidationError: Validation of Edge Functions manifest failed
REQUIRED must have required property 'format'
1 | {
- 2 | \"bundles\": [
+ 2 | "bundles": [
> 3 | {
| ^ ☹️ format is missing here!
- 4 | \"asset\": \"f35baff44129a8f6be7db68590b2efd86ed4ba29000e2edbcaddc5d620d7d043.js\"
+ 4 | "asset": "f35baff44129a8f6be7db68590b2efd86ed4ba29000e2edbcaddc5d620d7d043.js"
5 | }
- 6 | ],"
+ 6 | ],]
❯ node/validation/manifest/index.test.ts:102:46
|
node/validation/manifest/index.test.ts > bundle > should throw on invalid format:
packages/edge-bundler/node/validation/manifest/index.test.ts#L109
Error: Snapshot `bundle > should throw on invalid format 1` mismatched
- Expected
+ Received
- "Validation of Edge Functions manifest failed
+ [ManifestValidationError: Validation of Edge Functions manifest failed
ENUM must be equal to one of the allowed values
(eszip2, js)
3 | {
- 4 | \"asset\": \"f35baff44129a8f6be7db68590b2efd86ed4ba29000e2edbcaddc5d620d7d043.js\",
+ 4 | "asset": "f35baff44129a8f6be7db68590b2efd86ed4ba29000e2edbcaddc5d620d7d043.js",
- > 5 | \"format\": \"foo\"
+ > 5 | "format": "foo"
| ^^^^^ 👈🏽 Unexpected value, should be equal to one of the allowed values
6 | }
7 | ],
- 8 | \"routes\": ["
+ 8 | "routes": []
❯ node/validation/manifest/index.test.ts:109:46
|
node/validation/manifest/index.test.ts > route > should throw on additional property:
packages/edge-bundler/node/validation/manifest/index.test.ts#L118
Error: Snapshot `route > should throw on additional property 1` mismatched
- Expected
+ Received
- "Validation of Edge Functions manifest failed
+ [ManifestValidationError: Validation of Edge Functions manifest failed
ADDTIONAL PROPERTY must NOT have additional properties
- 12 | \"pattern\": \"^/hello/?$\",
+ 12 | "pattern": "^/hello/?$",
- 13 | \"generator\": \"@netlify/[email protected]\",
+ 13 | "generator": "@netlify/[email protected]",
- > 14 | \"foo\": \"bar\"
+ > 14 | "foo": "bar"
| ^^^^^ 😲 foo is not expected to be here!
15 | }
16 | ],
- 17 | \"post_cache_routes\": ["
+ 17 | "post_cache_routes": []
❯ node/validation/manifest/index.test.ts:118:46
|
node/validation/manifest/index.test.ts > route > should throw on invalid pattern:
packages/edge-bundler/node/validation/manifest/index.test.ts#L125
Error: Snapshot `route > should throw on invalid pattern 1` mismatched
- Expected
+ Received
- "Validation of Edge Functions manifest failed
+ [ManifestValidationError: Validation of Edge Functions manifest failed
FORMAT pattern must be a regex that starts with ^ and ends with $ (e.g. ^/blog/[d]{4}$)
- 10 | \"name\": \"name\",
+ 10 | "name": "name",
- 11 | \"function\": \"hello\",
+ 11 | "function": "hello",
- > 12 | \"pattern\": \"/^/hello/?$/\",
+ > 12 | "pattern": "/^/hello/?$/",
| ^^^^^^^^^^^^^^ 👈🏽 format pattern must be a regex that starts with ^ and ends with $ (e.g. ^/blog/[d]{4}$)
- 13 | \"generator\": \"@netlify/[email protected]\"
+ 13 | "generator": "@netlify/[email protected]"
14 | }
- 15 | ],"
+ 15 | ],]
❯ node/validation/manifest/index.test.ts:125:46
|
node/downloader.test.ts > fails downloading binary after 4th time:
packages/edge-bundler/node/downloader.test.ts#L122
TypeError: .toMatch() expects to receive a string, but got object
❯ node/downloader.test.ts:122:19
|
node/downloader.test.ts > fails downloading if response stream throws error:
packages/edge-bundler/node/downloader.test.ts#L161
TypeError: .toMatch() expects to receive a string, but got object
❯ node/downloader.test.ts:161:19
|
node/validation/manifest/index.test.ts > should throw on additional property on root level:
packages/edge-bundler/node/validation/manifest/index.test.ts#L72
Error: Snapshot `should throw on additional property on root level 1` mismatched
- Expected
+ Received
- "Validation of Edge Functions manifest failed
+ [ManifestValidationError: Validation of Edge Functions manifest failed
ADDTIONAL PROPERTY must NOT have additional properties
30 | ],
- 31 | \"bundler_version\": \"1.6.0\",
+ 31 | "bundler_version": "1.6.0",
- > 32 | \"foo\": \"bar\"
+ > 32 | "foo": "bar"
| ^^^^^ 😲 foo is not expected to be here!
- 33 | }"
+ 33 | }]
❯ node/validation/manifest/index.test.ts:72:44
|
node/validation/manifest/index.test.ts > should show multiple errors:
packages/edge-bundler/node/validation/manifest/index.test.ts#L80
Error: Snapshot `should show multiple errors 1` mismatched
- Expected
+ Received
- "Validation of Edge Functions manifest failed
+ [ManifestValidationError: Validation of Edge Functions manifest failed
ADDTIONAL PROPERTY must NOT have additional properties
30 | ],
- 31 | \"bundler_version\": \"1.6.0\",
+ 31 | "bundler_version": "1.6.0",
- > 32 | \"foo\": \"bar\",
+ > 32 | "foo": "bar",
| ^^^^^ 😲 foo is not expected to be here!
- 33 | \"baz\": \"bar\"
+ 33 | "baz": "bar"
34 | }
ADDTIONAL PROPERTY must NOT have additional properties
- 31 | \"bundler_version\": \"1.6.0\",
+ 31 | "bundler_version": "1.6.0",
- 32 | \"foo\": \"bar\",
+ 32 | "foo": "bar",
- > 33 | \"baz\": \"bar\"
+ > 33 | "baz": "bar"
| ^^^^^ 😲 baz is not expected to be here!
- 34 | }"
+ 34 | }]
❯ node/validation/manifest/index.test.ts:80:44
|
node/validation/manifest/index.test.ts > bundle > should throw on additional property in bundle:
packages/edge-bundler/node/validation/manifest/index.test.ts#L88
Error: Snapshot `bundle > should throw on additional property in bundle 1` mismatched
- Expected
+ Received
- "Validation of Edge Functions manifest failed
+ [ManifestValidationError: Validation of Edge Functions manifest failed
ADDTIONAL PROPERTY must NOT have additional properties
- 4 | \"asset\": \"f35baff44129a8f6be7db68590b2efd86ed4ba29000e2edbcaddc5d620d7d043.js\",
+ 4 | "asset": "f35baff44129a8f6be7db68590b2efd86ed4ba29000e2edbcaddc5d620d7d043.js",
- 5 | \"format\": \"js\",
+ 5 | "format": "js",
- > 6 | \"foo\": \"bar\"
+ > 6 | "foo": "bar"
| ^^^^^ 😲 foo is not expected to be here!
7 | }
8 | ],
- 9 | \"routes\": ["
+ 9 | "routes": []
❯ node/validation/manifest/index.test.ts:88:46
|
node/validation/manifest/index.test.ts > bundle > should throw on missing asset:
packages/edge-bundler/node/validation/manifest/index.test.ts#L95
Error: Snapshot `bundle > should throw on missing asset 1` mismatched
- Expected
+ Received
- "Validation of Edge Functions manifest failed
+ [ManifestValidationError: Validation of Edge Functions manifest failed
REQUIRED must have required property 'asset'
1 | {
- 2 | \"bundles\": [
+ 2 | "bundles": [
> 3 | {
| ^ ☹️ asset is missing here!
- 4 | \"format\": \"js\"
+ 4 | "format": "js"
5 | }
- 6 | ],"
+ 6 | ],]
❯ node/validation/manifest/index.test.ts:95:46
|
node/validation/manifest/index.test.ts > bundle > should throw on missing format:
packages/edge-bundler/node/validation/manifest/index.test.ts#L102
Error: Snapshot `bundle > should throw on missing format 1` mismatched
- Expected
+ Received
- "Validation of Edge Functions manifest failed
+ [ManifestValidationError: Validation of Edge Functions manifest failed
REQUIRED must have required property 'format'
1 | {
- 2 | \"bundles\": [
+ 2 | "bundles": [
> 3 | {
| ^ ☹️ format is missing here!
- 4 | \"asset\": \"f35baff44129a8f6be7db68590b2efd86ed4ba29000e2edbcaddc5d620d7d043.js\"
+ 4 | "asset": "f35baff44129a8f6be7db68590b2efd86ed4ba29000e2edbcaddc5d620d7d043.js"
5 | }
- 6 | ],"
+ 6 | ],]
❯ node/validation/manifest/index.test.ts:102:46
|
node/validation/manifest/index.test.ts > bundle > should throw on invalid format:
packages/edge-bundler/node/validation/manifest/index.test.ts#L109
Error: Snapshot `bundle > should throw on invalid format 1` mismatched
- Expected
+ Received
- "Validation of Edge Functions manifest failed
+ [ManifestValidationError: Validation of Edge Functions manifest failed
ENUM must be equal to one of the allowed values
(eszip2, js)
3 | {
- 4 | \"asset\": \"f35baff44129a8f6be7db68590b2efd86ed4ba29000e2edbcaddc5d620d7d043.js\",
+ 4 | "asset": "f35baff44129a8f6be7db68590b2efd86ed4ba29000e2edbcaddc5d620d7d043.js",
- > 5 | \"format\": \"foo\"
+ > 5 | "format": "foo"
| ^^^^^ 👈🏽 Unexpected value, should be equal to one of the allowed values
6 | }
7 | ],
- 8 | \"routes\": ["
+ 8 | "routes": []
❯ node/validation/manifest/index.test.ts:109:46
|
node/validation/manifest/index.test.ts > route > should throw on additional property:
packages/edge-bundler/node/validation/manifest/index.test.ts#L118
Error: Snapshot `route > should throw on additional property 1` mismatched
- Expected
+ Received
- "Validation of Edge Functions manifest failed
+ [ManifestValidationError: Validation of Edge Functions manifest failed
ADDTIONAL PROPERTY must NOT have additional properties
- 12 | \"pattern\": \"^/hello/?$\",
+ 12 | "pattern": "^/hello/?$",
- 13 | \"generator\": \"@netlify/[email protected]\",
+ 13 | "generator": "@netlify/[email protected]",
- > 14 | \"foo\": \"bar\"
+ > 14 | "foo": "bar"
| ^^^^^ 😲 foo is not expected to be here!
15 | }
16 | ],
- 17 | \"post_cache_routes\": ["
+ 17 | "post_cache_routes": []
❯ node/validation/manifest/index.test.ts:118:46
|
node/validation/manifest/index.test.ts > route > should throw on invalid pattern:
packages/edge-bundler/node/validation/manifest/index.test.ts#L125
Error: Snapshot `route > should throw on invalid pattern 1` mismatched
- Expected
+ Received
- "Validation of Edge Functions manifest failed
+ [ManifestValidationError: Validation of Edge Functions manifest failed
FORMAT pattern must be a regex that starts with ^ and ends with $ (e.g. ^/blog/[d]{4}$)
- 10 | \"name\": \"name\",
+ 10 | "name": "name",
- 11 | \"function\": \"hello\",
+ 11 | "function": "hello",
- > 12 | \"pattern\": \"/^/hello/?$/\",
+ > 12 | "pattern": "/^/hello/?$/",
| ^^^^^^^^^^^^^^ 👈🏽 format pattern must be a regex that starts with ^ and ends with $ (e.g. ^/blog/[d]{4}$)
- 13 | \"generator\": \"@netlify/[email protected]\"
+ 13 | "generator": "@netlify/[email protected]"
14 | }
- 15 | ],"
+ 15 | ],]
❯ node/validation/manifest/index.test.ts:125:46
|
test-build (ubuntu-24.04, 14.16.0, npm ci, 1)
Restore cache failed: Dependencies file is not found in /home/runner/work/build/build. Supported file pattern: go.sum
|
test-build (ubuntu-24.04, 14.16.0, npm ci, 3)
Restore cache failed: Dependencies file is not found in /home/runner/work/build/build. Supported file pattern: go.sum
|
test-build (ubuntu-24.04, 14.16.0, npm ci, 0)
Restore cache failed: Dependencies file is not found in /home/runner/work/build/build. Supported file pattern: go.sum
|
test-build (ubuntu-24.04, 14.16.0, npm ci, 2)
Restore cache failed: Dependencies file is not found in /home/runner/work/build/build. Supported file pattern: go.sum
|
e2e
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
test-build (ubuntu-24.04, 14.16.0, npm ci, 4)
Restore cache failed: Dependencies file is not found in /home/runner/work/build/build. Supported file pattern: go.sum
|
test-build (ubuntu-24.04, 22, npm ci, 4)
Restore cache failed: Dependencies file is not found in /home/runner/work/build/build. Supported file pattern: go.sum
|
test-build (ubuntu-24.04, 22, npm ci, 4)
There are no cache folders on the disk
|
test (ubuntu-24.04, 14.16.0, v1.46.3)
Restore cache failed: Dependencies file is not found in /home/runner/work/build/build. Supported file pattern: go.sum
|
test (macos-14, 22, v1.39.0)
Restore cache failed: Dependencies file is not found in /Users/runner/work/build/build. Supported file pattern: go.sum
|
test-build (ubuntu-24.04, 22, npm ci, 1)
There are no cache folders on the disk
|
test-build (ubuntu-24.04, 22, npm ci, 1)
Restore cache failed: Dependencies file is not found in /home/runner/work/build/build. Supported file pattern: go.sum
|
test-build (macos-14, 22, npm ci, 4)
Restore cache failed: Dependencies file is not found in /Users/runner/work/build/build. Supported file pattern: go.sum
|
test-build (macos-14, 22, npm ci, 4)
There are no cache folders on the disk
|
test (macos-14, 22, v1.46.3)
Restore cache failed: Dependencies file is not found in /Users/runner/work/build/build. Supported file pattern: go.sum
|
test-build (ubuntu-24.04, 22, npm ci, 0)
There are no cache folders on the disk
|
test-build (ubuntu-24.04, 22, npm ci, 0)
Restore cache failed: Dependencies file is not found in /home/runner/work/build/build. Supported file pattern: go.sum
|
test (ubuntu-24.04, 22, v1.46.3)
Restore cache failed: Dependencies file is not found in /home/runner/work/build/build. Supported file pattern: go.sum
|
test (ubuntu-24.04, 22, v1.39.0)
Restore cache failed: Dependencies file is not found in /home/runner/work/build/build. Supported file pattern: go.sum
|
test-build (macos-14, 22, npm ci, 1)
Restore cache failed: Dependencies file is not found in /Users/runner/work/build/build. Supported file pattern: go.sum
|
test-build (macos-14, 22, npm ci, 1)
There are no cache folders on the disk
|
test-build (ubuntu-24.04, 22, npm ci, 3)
There are no cache folders on the disk
|
test-build (ubuntu-24.04, 22, npm ci, 3)
Restore cache failed: Dependencies file is not found in /home/runner/work/build/build. Supported file pattern: go.sum
|
test-build (macos-14, 22, npm ci, 3)
There are no cache folders on the disk
|
test-build (macos-14, 22, npm ci, 3)
Restore cache failed: Dependencies file is not found in /Users/runner/work/build/build. Supported file pattern: go.sum
|
test-build (macos-14, 22, npm ci, 0)
Restore cache failed: Dependencies file is not found in /Users/runner/work/build/build. Supported file pattern: go.sum
|
test-build (macos-14, 22, npm ci, 0)
There are no cache folders on the disk
|
test-build (windows-2022, 22, npm ci, 4)
Restore cache failed: Dependencies file is not found in D:\a\build\build. Supported file pattern: go.sum
|
test-build (windows-2022, 22, npm ci, 4)
There are no cache folders on the disk
|
test-build (ubuntu-24.04, 22, npm ci, 2)
Restore cache failed: Dependencies file is not found in /home/runner/work/build/build. Supported file pattern: go.sum
|
test-build (macos-14, 22, npm ci, 2)
Restore cache failed: Dependencies file is not found in /Users/runner/work/build/build. Supported file pattern: go.sum
|
test-build (windows-2022, 22, npm ci, 0)
There are no cache folders on the disk
|
test-build (windows-2022, 22, npm ci, 0)
Restore cache failed: Dependencies file is not found in D:\a\build\build. Supported file pattern: go.sum
|
test-build (windows-2022, 22, npm ci, 1)
Restore cache failed: Dependencies file is not found in D:\a\build\build. Supported file pattern: go.sum
|
test-build (windows-2022, 22, npm ci, 1)
There are no cache folders on the disk
|
test-build (windows-2022, 22, npm ci, 3)
There are no cache folders on the disk
|
test-build (windows-2022, 22, npm ci, 3)
Restore cache failed: Dependencies file is not found in D:\a\build\build. Supported file pattern: go.sum
|
test (windows-2022, 22, v1.39.0)
Restore cache failed: Dependencies file is not found in D:\a\build\build. Supported file pattern: go.sum
|
test (windows-2022, 22, v1.46.3)
Restore cache failed: Dependencies file is not found in D:\a\build\build. Supported file pattern: go.sum
|
test-build (windows-2022, 22, npm ci, 2)
Restore cache failed: Dependencies file is not found in D:\a\build\build. Supported file pattern: go.sum
|