Skip to content

Commit 1acb3f4

Browse files
committed
Improved exports for testing
1 parent 04da985 commit 1acb3f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/fs-externs.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@
55
Module.FS = class {
66
constructor() {
77
this.ErrnoError = class {};
8+
this.filesystems = {}
89
}
910
mount() {}
11+
unmount() {}
1012
isRoot() {}
1113
isFile() {}
1214
isDir() {}

0 commit comments

Comments
 (0)