We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33342d9 commit 365d9fbCopy full SHA for 365d9fb
test/add-channel.test.js
@@ -2,7 +2,6 @@ import test from "ava";
2
import sinon from "sinon";
3
import fetchMock from "fetch-mock";
4
5
-import { authenticate } from "./helpers/mock-github.js";
6
import { TestOctokit } from "./helpers/test-octokit.js";
7
8
/* eslint camelcase: ["error", {properties: "never"}] */
test/verify.test.js
@@ -2,7 +2,6 @@ import sinon from "sinon";
import test from "ava";
0 commit comments