1
0
mirror of https://github.com/fuse-friends/fuse-native synced 2024-10-27 18:34:01 +00:00

reset test

This commit is contained in:
Mathias Buus 2020-05-20 14:19:27 +02:00
parent 1f6ecb8bea
commit ac6c5c46bb

View File

@ -17,7 +17,7 @@ tape('read', function (t) {
t.same(fd, 42, 'fd was passed to release')
}
})
const fuse = new Fuse(mnt, testFS, { debug: false })
const fuse = new Fuse(mnt, testFS, { debug: true })
fuse.mount(function (err) {
t.error(err, 'no error')