Add note about https://github.com/filerjs/filer/issues/314
This commit is contained in:
parent
1a4be5e2fd
commit
f9e21cd576
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue