Skip to content

Commit

Permalink
Improved mounts test
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Nov 5, 2024
1 parent 40fbd35 commit 1c8eb01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/mounts.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ suite('Devices', () => {
},
});

assert.equal(fs.readdirSync('/').length, 1);
assert.deepStrictEqual(fs.readdirSync('/'), ['nested']);
assert.deepStrictEqual(fs.readdirSync('/nested'), ['dir']);
});
});

0 comments on commit 1c8eb01

Please sign in to comment.