mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Prevent old unit test with side effects from accessing file system
Signed-off-by: Iku-turso <mikko.aspiala@gmail.com>
This commit is contained in:
parent
03cd6aac87
commit
906f23214e
@ -150,6 +150,8 @@ describe("HotbarStore", () => {
|
||||
|
||||
describe("given no migrations", () => {
|
||||
beforeEach(async () => {
|
||||
mockFs();
|
||||
|
||||
await di.runSetups();
|
||||
});
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user