Skip to content

Commit 2798a16

Browse files
jlongsternrakochy
authored andcommitted
Improved exports for testing
1 parent 2441f19 commit 2798a16

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)