There was an error while loading. Please reload this page.
1 parent 5816a67 commit 6c61fa3Copy full SHA for 6c61fa3
1 file changed
src/install.unit.test.ts
@@ -41,7 +41,7 @@ describe("install procedure", () => {
41
};
42
const products = ["MATLAB", "Parallel_Computing_Toolbox"];
43
const useCache = false;
44
- const installSystemDependencies = auto;
+ const installSystemDependencies = "auto";
45
46
//updated doInstall to take the new sixth parameter
47
const doInstall = () => install.install(platform, arch, release, products, useCache, installSystemDependencies);
0 commit comments