Skip to content

Commit

Permalink
Fix eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
cmseaton42 committed Mar 23, 2018
1 parent c85d1b4 commit 8a95b4f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions micro-queue/micro.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,8 @@ describe("Micro Worker", () => {

describe("Public Methods", () => {
let compare;
let arr;
let q;

beforeEach(() => {
arr = [];
compare = (obj1, obj2) => {
if (obj1.value === obj2.value) return obj1.id < obj2.id;
return obj1.value >= obj2.value;
Expand Down

0 comments on commit 8a95b4f

Please sign in to comment.