We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec0a3da commit ab7cbc6Copy full SHA for ab7cbc6
1 file changed
test/test.js
@@ -12,6 +12,9 @@ var path = require('path'),
12
isWin = require('os').type()=='Windows_NT',
13
winIt = isWin ? it.skip : it//skip all symlink based testing
14
15
+//create empty folder
16
+require('fs').mkdirSync( tdir6 )
17
+
18
describe('readfiles method', function() {
19
20
it('should pass the contents of every file to a callback', function(done) {
0 commit comments