mocha-pod / Exports / TestFs / FileOpts
TestFs.FileOpts
Generic file options
• atime: Date
Last access time for the file.
Default Value
new Date()
• gid: number
Group id for the file
Default Value
process.getgid()
• mtime: Date
Last modification time for the file.
Default Value
new Date()
• uid: number
User id for the file
@defaultValue: process.getuid()