@@ -230,15 +230,12 @@ describe('index', () => {
230230 assert . equal ( typeof index . fs , 'object' , 'index.fs' )
231231 assert . equal ( typeof index . fs . Dir , 'function' , 'index.fs.Dir' )
232232 assert . equal ( typeof index . fs . Dirent , 'function' , 'index.fs.Dirent' )
233- assert . equal ( typeof index . fs . F_OK , 'number' , 'index.fs.F_OK' )
234233 assert . equal ( typeof index . fs . FileReadStream , 'function' , 'index.fs.FileReadStream' )
235234 assert . equal ( typeof index . fs . FileWriteStream , 'function' , 'index.fs.FileWriteStream' )
236- assert . equal ( typeof index . fs . R_OK , 'number' , 'index.fs.R_OK' )
237235 assert . equal ( typeof index . fs . ReadStream , 'function' , 'index.fs.ReadStream' )
238236 assert . equal ( typeof index . fs . Stats , 'function' , 'index.fs.Stats' )
239- assert . equal ( typeof index . fs . W_OK , 'number ' , 'index.fs.W_OK ' )
237+ assert . equal ( typeof index . fs . Utf8Stream , 'function ' , 'index.fs.Utf8Stream ' )
240238 assert . equal ( typeof index . fs . WriteStream , 'function' , 'index.fs.WriteStream' )
241- assert . equal ( typeof index . fs . X_OK , 'number' , 'index.fs.X_OK' )
242239 assert . equal ( typeof index . fs . _toUnixTimestamp , 'function' , 'index.fs._toUnixTimestamp' )
243240 assert . equal ( typeof index . fs . access , 'function' , 'index.fs.access' )
244241 assert . equal ( typeof index . fs . accessSync , 'function' , 'index.fs.accessSync' )
@@ -314,6 +311,7 @@ describe('index', () => {
314311 assert . equal ( typeof index . fs . mkdirs , 'function' , 'index.fs.mkdirs' )
315312 assert . equal ( typeof index . fs . mkdirsSync , 'function' , 'index.fs.mkdirsSync' )
316313 assert . equal ( typeof index . fs . mkdtemp , 'function' , 'index.fs.mkdtemp' )
314+ assert . equal ( typeof index . fs . mkdtempDisposableSync , 'function' , 'index.fs.mkdtempDisposableSync' )
317315 assert . equal ( typeof index . fs . mkdtempSync , 'function' , 'index.fs.mkdtempSync' )
318316 assert . equal ( typeof index . fs . move , 'function' , 'index.fs.move' )
319317 assert . equal ( typeof index . fs . moveSync , 'function' , 'index.fs.moveSync' )
0 commit comments