Skip to content

Commit

Permalink
get rid of two imports I'm not using
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarca committed Jun 7, 2017
1 parent 4fa151e commit 559196a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/test_config_okay.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ const config_okay = require('../.')

const fs = require('fs')
const denodeify = require('denodeify')
const readFile = denodeify(fs.readFile);
const writeFile = denodeify(fs.writeFile);
const statFile = denodeify(fs.stat);

const tap = require('tap')

Expand Down

0 comments on commit 559196a

Please sign in to comment.