Skip to content

Add preloads to default HTML #2280

Add preloads to default HTML

Add preloads to default HTML #2280

Triggered via push October 20, 2024 23:16
Status Failure
Total duration 3m 2s
Artifacts

ci.yml

on: push
Checks 📝  /  Lint 💅
22s
Checks 📝 / Lint 💅
Checks 📝  /  Type check 🧮
1m 37s
Checks 📝 / Type check 🧮
Checks 📝  /  Unit tests 🧪
27s
Checks 📝 / Unit tests 🧪
Matrix: Checks 📝 / End-to-end tests 🔬
Fit to window
Zoom out
Zoom in

Annotations

10 errors
tests/e2e/apps.test.ts > app builds > browser entry > uses a browser.ts file as the browser entry by default: tests/e2e/apps.test.ts#L49
AssertionError: expected '' to be 'Hello world' // Object.is equality - Expected + Received - Hello world ❯ tests/e2e/apps.test.ts:49:9
tests/e2e/apps.test.ts > app builds > browser entry > uses the `browser.entry` option from the rollup plugin as the browser entry: tests/e2e/apps.test.ts#L78
AssertionError: expected '' to be 'Hello world' // Object.is equality - Expected + Received - Hello world ❯ tests/e2e/apps.test.ts:78:9
tests/e2e/apps.test.ts > app builds > browser entry > uses the `input` from Rollup as the browser entry: tests/e2e/apps.test.ts#L106
AssertionError: expected '' to be 'Hello world' // Object.is equality - Expected + Received - Hello world ❯ tests/e2e/apps.test.ts:106:9
tests/e2e/apps.test.ts > app builds > browser entry > uses the `exports` field from package.json as the browser entry: tests/e2e/apps.test.ts#L134
AssertionError: expected '' to be 'Hello world' // Object.is equality - Expected + Received - Hello world ❯ tests/e2e/apps.test.ts:134:9
tests/e2e/apps.test.ts > app builds > browser entry > uses the root `exports` field from package.json as the browser entry: tests/e2e/apps.test.ts#L162
AssertionError: expected '' to be 'Hello world' // Object.is equality - Expected + Received - Hello world ❯ tests/e2e/apps.test.ts:162:9
tests/e2e/apps.test.ts > app builds > browser entry > uses the root `exports.default` field from package.json as the browser entry: tests/e2e/apps.test.ts#L190
AssertionError: expected '' to be 'Hello world' // Object.is equality - Expected + Received - Hello world ❯ tests/e2e/apps.test.ts:190:9
tests/e2e/apps.test.ts > app builds > browser entry > uses the root `exports.browser` field from package.json as the browser entry: tests/e2e/apps.test.ts#L218
AssertionError: expected '' to be 'Hello world' // Object.is equality - Expected + Received - Hello world ❯ tests/e2e/apps.test.ts:218:9
tests/e2e/apps.test.ts > app builds > browser entry > uses the root `exports.source` field from package.json as the browser entry: tests/e2e/apps.test.ts#L246
AssertionError: expected '' to be 'Hello world' // Object.is equality - Expected + Received - Hello world ❯ tests/e2e/apps.test.ts:246:9
tests/e2e/apps.test.ts > app builds > browser entry > uses the `main` field from package.json as the browser entry: tests/e2e/apps.test.ts#L279
AssertionError: expected '' to be 'Hello world from a custom browser ent…' // Object.is equality - Expected + Received - Hello world from a custom browser entry! ❯ tests/e2e/apps.test.ts:279:9
tests/e2e/integrations/htmx.test.ts > htmx > can render an htmx server and client: tests/e2e/utilities.ts#L364
Error: Server at http://localhost:39797/ did not start up in time ❯ waitForUrl tests/e2e/utilities.ts:364:13 ❯ Module.startServer tests/e2e/utilities.ts:278:3 ❯ tests/e2e/integrations/htmx.test.ts:70:20 Caused by: Caused by: TypeError: fetch failed ❯ waitForUrl tests/e2e/utilities.ts:357:7 ❯ Module.startServer tests/e2e/utilities.ts:278:3 ❯ tests/e2e/integrations/htmx.test.ts:70:20 { stack: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1114:18)\n' + ' at afterConnectMultiple (node:net:1667:5)', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:39797\n' + ' at createConnectionError (node:net:1634:14)\n' + ' at afterConnectMultiple (node:net:1664:40)', message: 'connect ECONNREFUSED ::1:39797', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 39797, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:39797\n' + ' at createConnectionError (node:net:1634:14)\n' + ' at afterConnectMultiple (node:net:1664:40)', message: 'connect ECONNREFUSED 127.0.0.1:39797', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 39797, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED', stackStr: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1114:18)\n' + ' at afterConnectMultiple (node:net:1667:5)', nameStr: 'AggregateError', expected: 'undefined', actual: 'undefined', message: '', constructor: 'Function<AggregateError>', name: 'Caused by: Caused by: AggregateError', toString: 'Function<toString>', stacks: [] } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errors: [ { stack: 'Error: connect ECONNREFUSED ::1:39797\n at createConnectionError (node:net:1634:14)\n at afterConnectMultiple (node:net:1664:40)', message: 'connect ECONNREFUSED ::1:39797', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 39797, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:39797\n at createConnectionError (node:net:1634:14)\n at afterConnectMultiple (node:net:1664:40)', message: 'connect ECONNREFUSED 127.0.0.1:39797', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 39797, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }