diff --git a/src/test.mjs b/src/test.mjs deleted file mode 100644 index b1ab266..0000000 --- a/src/test.mjs +++ /dev/null @@ -1,5 +0,0 @@ -import cookieFetch from "./index.mjs"; -import fetch from "node-fetch"; - -//console.log(new cookieFetch()); -fetch("https://google.de").then(x => console.log();