obsidian-testing-framework 0.3.10 → 0.3.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -83,9 +83,9 @@ export const test = base.extend({
|
|
|
83
83
|
const concurrent = inject("concurrent") ?? "copy";
|
|
84
84
|
const vault = inject("vault");
|
|
85
85
|
console.log("asar located at:", getExe(obsidianPath));
|
|
86
|
+
generateVaultConfig(vault, vaultId, concurrent, vaultPoolDir);
|
|
86
87
|
const tmp = JSON.parse(readFileSync(path.join(findConfig(), "obsidian.json")).toString());
|
|
87
88
|
console.log("vaultid", vaultId, vaultId in tmp.vaults);
|
|
88
|
-
generateVaultConfig(vault, vaultId, concurrent, vaultPoolDir);
|
|
89
89
|
let uriArg = "";
|
|
90
90
|
if (vaultId) {
|
|
91
91
|
if (!!vaultId) {
|