Skip to content

Commit ab7cbc6

Browse files
committed
fix test
1 parent ec0a3da commit ab7cbc6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

test/test.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ var path = require('path'),
1212
isWin = require('os').type()=='Windows_NT',
1313
winIt = isWin ? it.skip : it//skip all symlink based testing
1414

15+
//create empty folder
16+
require('fs').mkdirSync( tdir6 )
17+
1518
describe('readfiles method', function() {
1619

1720
it('should pass the contents of every file to a callback', function(done) {

0 commit comments

Comments
 (0)