Fix some tests, implement a val-town like pattern, better error surfa… #4
Annotations
2 errors and 2 warnings
src/DenoHTTPWorker.test.ts:
src/DenoHTTPWorker.test.ts#L12
Error: ENOENT: no such file or directory, open '/home/runner/work/deno-http-worker/deno-http-worker/src/test/echo-request.ts'
❯ Object.readFileSync node:fs:457:20
❯ src/DenoHTTPWorker.test.ts:12:25
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/home/runner/work/deno-http-worker/deno-http-worker/src/test/echo-request.ts' }
|
Test (ubuntu-latest, 20.x, 1.40.x)
Process completed with exit code 1.
|
Test (ubuntu-latest, 20.x, 1.40.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v1, denolib/setup-deno@master. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test (ubuntu-latest, 20.x, 1.40.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1, denolib/setup-deno@master. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|