Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
tinybike committed May 9, 2018
1 parent acc3c71 commit 07847fe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/keys.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,13 @@ var crypto = require("crypto");
var assert = require("chai").assert;
var keythereum = require("../");
var checkKeyObj = require("./checkKeyObj");
var DEBUG = false;

// timeout for asynchronous unit tests
var TIMEOUT = 120000;

// create private key
var privateKey = crypto.randomBytes(32);

// suppress logging
keythereum.constants.quiet = !DEBUG;

describe("Check if valid hex-encoded string", function () {
var test = function (t) {
it(t.description, function () {
Expand Down

0 comments on commit 07847fe

Please sign in to comment.