deno.land / x / esm@v135_2 / test / axios / axios_test.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
9
import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts";
import axios from "http://localhost:8080/axios@1.3.4";
Deno.test("axios", async () => { const res = await axios.get("http://localhost:8080/status.json"); assertEquals(typeof res.data.version, "number");});
esm

Version Info

Tagged at
a year ago