Skip to content

Commit

Permalink
test(Typescript): name { Octokit } export
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Feb 3, 2020
1 parent b539140 commit 9e7c4fc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/typescript-validate.ts
@@ -1,4 +1,4 @@
import * as Octokit from "../index";
import { Octokit } from "../index";
import { Agent } from "http";
import { request } from "https";
const http = require("http");
Expand All @@ -11,9 +11,6 @@ export default async function() {
// Check empty constructor
new Octokit();

// Check that all arguments are optional
new Octokit({});

// for all supported options
const octokit = new Octokit({
timeout: 0,
Expand Down

0 comments on commit 9e7c4fc

Please sign in to comment.