SSR support for complex template expressions #4479
Triggered via pull request
September 24, 2025 20:01
Status
Failure
Total duration
4m 45s
Artifacts
–
Annotations
3 errors
|
run-unit-tests
Process completed with exit code 1.
|
|
src/__tests__/fixtures.spec.ts > fixtures > attribute-dynamic-complex/config.json:
scripts/test-utils/test-fixture-dir.ts#L174
Error: ENOENT: no such file or directory, open '/home/runner/work/lwc/lwc/packages/@lwc/engine-server/src/__tests__/fixtures/attribute-dynamic-complex/expected-ssr.html'
❯ ../../../scripts/test-utils/test-fixture-dir.ts:174:48
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/home/runner/work/lwc/lwc/packages/@lwc/engine-server/src/__tests__/fixtures/attribute-dynamic-complex/expected-ssr.html' }
|
|
src/__tests__/fixtures.spec.ts > fixtures > text-interpolation-complex/config.json:
scripts/test-utils/test-fixture-dir.ts#L174
Error: ENOENT: no such file or directory, open '/home/runner/work/lwc/lwc/packages/@lwc/engine-server/src/__tests__/fixtures/text-interpolation-complex/expected-ssr.html'
❯ ../../../scripts/test-utils/test-fixture-dir.ts:174:48
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/home/runner/work/lwc/lwc/packages/@lwc/engine-server/src/__tests__/fixtures/text-interpolation-complex/expected-ssr.html' }
|