Skip to content

Commit

Permalink
test: remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Feb 3, 2020
1 parent 4d402c2 commit 6970226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/deprecations-test.js
Expand Up @@ -11,7 +11,7 @@ const Mocktokit = Octokit.plugin(octokit => {
});

describe("deprecations", () => {
it.only('const Octokit = require("@octokit/rest")', () => {
it('const Octokit = require("@octokit/rest")', () => {
let warnCalledCount = 0;
new DeprecatedOctokit({
log: {
Expand Down

0 comments on commit 6970226

Please sign in to comment.