Skip to content

Commit 365d9fb

Browse files
committed
fixup! replace nock with fetch-mock, run tests simultaneously
1 parent 33342d9 commit 365d9fb

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

test/add-channel.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import test from "ava";
22
import sinon from "sinon";
33
import fetchMock from "fetch-mock";
44

5-
import { authenticate } from "./helpers/mock-github.js";
65
import { TestOctokit } from "./helpers/test-octokit.js";
76

87
/* eslint camelcase: ["error", {properties: "never"}] */

test/verify.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import sinon from "sinon";
22
import test from "ava";
33
import fetchMock from "fetch-mock";
44

5-
import { authenticate } from "./helpers/mock-github.js";
65
import { TestOctokit } from "./helpers/test-octokit.js";
76

87
/* eslint camelcase: ["error", {properties: "never"}] */

0 commit comments

Comments
 (0)