some small improvements
This commit is contained in:
parent
60f6f15734
commit
7acfd0141c
4 changed files with 15 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
var testCase = require('nodeunit').testCase;
|
||||
var fs = require('fs');
|
||||
var wrench = require('wrench');
|
||||
var wrench = require('../lib/wrench');
|
||||
var path = require('path');
|
||||
|
||||
module.exports = testCase({
|
||||
|
|
|
|||
Reference in a new issue