add simple fuzz test
This commit is contained in:
parent
0a90b6b77a
commit
27520842e3
59 changed files with 191 additions and 34 deletions
|
@ -19,6 +19,12 @@ class Mount {
|
|||
if (!this.fixture) return;
|
||||
this.fixture.destruct();
|
||||
}
|
||||
|
||||
packFull() {
|
||||
return {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = Mount;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue