You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Tech/Demo] Migrate Wine Manager status state to Zustand (#3428)
* Migrate Wine Manager status state to Zustand
State logic in general was sort-of handled by the Backend and sort-of
handled by the Frontend. This was changed to now only be the Backend's
job
* Fixup tests
Other than the one required change (at the end), I've also removed the
dependence of the current working directory being the repo's origin
(which makes it possible to run just this one test directly in IDEs)
`Succesfully unzip ${workDir}/src/backend/wine/manager/downloader/__tests__/utilities/../test_data/test.tar.xz to ${workDir}/src/backend/wine/manager/downloader/__tests__/utilities/test_unzip.`
67
+
`Succesfully unzip ${__dirname}/../test_data/test.tar.xz to ${installDir}.`
`Succesfully unzip ${workDir}/src/backend/wine/manager/downloader/__tests__/utilities/../test_data/test.tar.gz to ${workDir}/src/backend/wine/manager/downloader/__tests__/utilities/test_unzip.`
90
+
`Succesfully unzip ${__dirname}/../test_data/test.tar.gz to ${installDir}.`
`Succesfully unzip ${workDir}/src/backend/wine/manager/downloader/__tests__/utilities/../test_data/test.tar.gz to ${workDir}/src/backend/wine/manager/downloader/__tests__/utilities/test_unzip.`
113
+
`Succesfully unzip ${__dirname}/../test_data/test.tar.gz to ${installDir}.`
`Succesfully unzip ${workDir}/src/backend/wine/manager/downloader/__tests__/utilities/../test_data/test.tar.gz to ${workDir}/src/backend/wine/manager/downloader/__tests__/utilities/test_unzip.`
124
+
`Succesfully unzip ${__dirname}/../test_data/test.tar.gz to ${installDir}.`
0 commit comments