Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron committed May 11, 2021
1 parent a038513 commit d9af197
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/consoleagent.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ try {
const ConsoleAgent = require("../lib/ConsoleAgent");
const sinon = require("sinon");

const timeout = function (ms) {
return new Promise((resolve) => setTimeout(resolve, ms));
};

describe("ConsoleAgent", () => {
describe("ConsoleAgent({ hostArguments })", () => {
it("accepts a single item string of hostArguments", async () => {
Expand Down

0 comments on commit d9af197

Please sign in to comment.