Add preloads to default HTML #2280
Annotations
10 errors
Run pnpm run test.e2e --shard 2/3:
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
|
Run pnpm run test.e2e --shard 2/3:
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
|
Run pnpm run test.e2e --shard 2/3:
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
|
Run pnpm run test.e2e --shard 2/3:
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
|
Run pnpm run test.e2e --shard 2/3:
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
|
Run pnpm run test.e2e --shard 2/3:
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
|
Run pnpm run test.e2e --shard 2/3:
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
|
Run pnpm run test.e2e --shard 2/3:
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
|
Run pnpm run test.e2e --shard 2/3:
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
|
Run pnpm run test.e2e --shard 2/3:
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' }
|
Loading