fix: createHTTPMethod test allow override #46
ci.yml
on: push
Main
19s
Checking if it's valid for JSR
6s
Annotations
2 errors
src/utils/create-http-method.test.ts > createHTTPMethod > working:
src/utils/create-http-method.test.ts#L6
AssertionError: expected 'fetch failed' to equal undefined
- Expected:
undefined
+ Received:
"fetch failed"
❯ src/utils/create-http-method.test.ts:6:28
|
Main
Process completed with exit code 1.
|