fix tests, rename appHome to home

Signed-off-by: dzdidi <deniszalessky@gmail.com>
This commit is contained in:
dzdidi
2023-08-15 17:29:59 +02:00
parent 3201585d40
commit 99359c9364
10 changed files with 102 additions and 102 deletions

View File

@@ -1,4 +1,4 @@
const { getCodePath } = require('./appHome')
const { getCodePath } = require('./home')
const { spawn } = require('child_process')
async function lsPromise (url) {