Skip to content

Commit

Permalink
Cleaned the code
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienCastex committed May 12, 2017
1 parent 1e8b1fd commit 4a06022
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/tests/readVirtualFile.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ module.exports = (test, options, index) => test('read a virtual file', _isValid
}

var files = {
'testFile1.txt': 'this is the content!',
'testFile2.txt': null,
'testFile3.txt': new Buffer([ 10, 12, 16, 100, 125, 200, 250 ]),
'testFile4.txt': true
'testFile1.txt': 'this is the content!',
'testFile2.txt': null,
'testFile3.txt': new Buffer([ 10, 12, 16, 100, 125, 200, 250 ]),
'testFile4.txt': true
}
nb = Object.keys(files).length + 1;

Expand Down

0 comments on commit 4a06022

Please sign in to comment.