mirror of https://github.com/lukechilds/node.git
Elijah Insua
15 years ago
committed by
Ryan Dahl
3 changed files with 14 additions and 0 deletions
@ -0,0 +1,10 @@ |
|||||
|
require('../common'); |
||||
|
|
||||
|
var |
||||
|
path = require('path'), |
||||
|
fs = require('fs'), |
||||
|
fn = path.join(fixturesDir, 'empty.txt'); |
||||
|
|
||||
|
fs.readFile(fn, function(err, data) { |
||||
|
assert.ok(data); |
||||
|
}); |
Loading…
Reference in new issue