1
0
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:
Iku-turso 2022-03-23 09:23:56 +02:00 committed by Janne Savolainen
parent 03cd6aac87
commit 906f23214e
No known key found for this signature in database
GPG Key ID: 8C6CFB2FFFE8F68A

View File

@ -150,6 +150,8 @@ describe("HotbarStore", () => {
describe("given no migrations", () => {
beforeEach(async () => {
mockFs();
await di.runSetups();
});