Skip to content

Commit

Permalink
feat: enable option to detect redirections (curl, node, none)
Browse files Browse the repository at this point in the history
  • Loading branch information
esroyo committed Nov 15, 2023
1 parent f46df85 commit cae206b
Show file tree
Hide file tree
Showing 8 changed files with 499 additions and 57 deletions.
267 changes: 267 additions & 0 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ export { rollup } from 'npm:rollup@3.29.4';
export { load as dotenvLoad } from 'https://deno.land/std/dotenv/mod.ts';
export { default as httpz } from 'npm:http-z@6.1.2';
export { serve } from 'https://deno.land/std/http/mod.ts';
//export { default as request } from 'https://esm.sh/request@2.88.2';
export { default as request } from 'npm:request@2.88.2';
1 change: 1 addition & 0 deletions dev_deps.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export { assertEquals } from 'https://deno.land/std/testing/asserts.ts';
export {
assertSpyCallArg,
assertSpyCalls,
returnsNext,
stub,
} from 'https://deno.land/std/testing/mock.ts';
Loading

0 comments on commit cae206b

Please sign in to comment.