deno.land / x / esm@v135_2 / test / _issue-433 / issue-433.test.ts

issue-433.test.ts
نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import { assert } from "https://deno.land/std@0.180.0/testing/asserts.ts";
import { Octokit } from "http://localhost:8080/@octokit-next/core@2.5.0";import "http://localhost:8080/@octokit-next/types-rest-api@2.5.0";
Deno.test("issue #433", async () => { const octokit = new Octokit();
const { data } = await octokit.request("GET /");
// should be typed as string data.current_user_url;});
esm

Version Info

Tagged at
a year ago