Skip to content

Commit

Permalink
fix: copy files and add integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
blimmer committed Nov 25, 2024
1 parent cfab04c commit 4f3a72c
Show file tree
Hide file tree
Showing 15 changed files with 31,629 additions and 2 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// eslint-disable-next-line import/no-extraneous-dependencies
import axios from 'axios';

export async function handler() {
await axios.get('https://www.google.com');
}

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

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

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

Loading

0 comments on commit 4f3a72c

Please sign in to comment.