Skip to content

feat(build): add Deno adapter (#181) #14

feat(build): add Deno adapter (#181)

feat(build): add Deno adapter (#181) #14

Triggered via push September 15, 2024 07:13
Status Failure
Total duration 1m 22s
Artifacts

ci-build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 errors
test/deno.test.ts > Build Plugin with Deno Adapter > Should build the project correctly with the plugin: packages/build/test/deno.test.ts#L32
Error: ENOENT: no such file or directory, open './test/mocks/app-static-files/dist/foo.txt' ❯ test/deno.test.ts:32:26 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: './test/mocks/app-static-files/dist/foo.txt' }
ci
Process completed with exit code 1.
test/cloudflare-pages.test.ts > Build Plugin with Cloudflare Pages Adapter > Should build the project correctly with the plugin: packages/build/test/cloudflare-pages.test.ts#L32
AssertionError: expected '{"version":1,"include":["/*"],"exclud…' to contain '{"version":1,"include":["/*"],"exclud…' Expected: "{"version":1,"include":["/*"],"exclude":["/foo.txt","/js/*"]}" Received: "{"version":1,"include":["/*"],"exclude":["/foo.txt","/index.js","/js/*"]}" ❯ test/cloudflare-pages.test.ts:32:20
ci-windows
Process completed with exit code 1.