mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-04-08 20:04:15 +00:00
Un-skip fs-utils test
This commit is contained in:
parent
a2f9ea17c3
commit
7833fa1ff3
@ -90,13 +90,7 @@ describe('lib/fs-utils', () => {
|
||||
});
|
||||
});
|
||||
|
||||
/**
|
||||
* TODO: Un-skip this test after all fs tests that write to a test file system use
|
||||
* mock-fs instead. Hypothesis: exists isn't handling the relative directory it's
|
||||
* being passed well. When all unit tests use mock-fs, we can set process.env.ROOT_MOUNTPOINT
|
||||
* to `/mnt/root` so we can have an absolute path in all these tests.
|
||||
*/
|
||||
describe.skip('exists', () => {
|
||||
describe('exists', () => {
|
||||
before(mockFs);
|
||||
after(unmockFs);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user