Skip to content

Commit

Permalink
Remove unused helper.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolftimmermans committed Dec 17, 2019
1 parent 3649ba3 commit 9706027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/socket-process-exit-test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as zmq from "../../src"

import {assert} from "chai"
import {createProcess, uniqAddress} from "./helpers"
import {createProcess} from "./helpers"

describe("socket process exit", function() {
/* Reported: https://github.com/nodejs/node-addon-api/issues/591 */
Expand Down

0 comments on commit 9706027

Please sign in to comment.