1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Try fixing unit test in windows

Co-authored-by: Mikko Aspiala <mikko.aspiala@gmail.com>

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
Janne Savolainen 2022-01-11 14:51:57 +02:00
parent 883ece7ea2
commit 070750e736
No known key found for this signature in database
GPG Key ID: 5F465B5672372402

View File

@ -101,7 +101,7 @@ describe("app-paths", () => {
recent: "some-recent",
temp: "some-temp",
videos: "some-videos",
userData: "some-app-data/some-app-name",
userData: `some-app-data${path.sep}some-app-name`,
});
});