This commit is contained in:
David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-10-17 13:34:29 -04:00
parent 1a4be5e2fd
commit f9e21cd576
1 changed files with 4 additions and 0 deletions

View File

@ -107,6 +107,10 @@ describe('fs.open', function() {
});
});
/**
* This test is currently correct per our code, but incorrect according to the spec.
* When we fix https://github.com/filerjs/filer/issues/314 we'll have to update this.
*/
it('should error if an ofd\'s node goes away while open', function(done) {
var fs = util.fs();