feat(build): add Deno adapter (#181) #14
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.
|