fix(hololake): avoid no-op agent workspace writes
This commit is contained in:
parent
392d205341
commit
dc1a32a52b
6 changed files with 72 additions and 5 deletions
|
|
@ -4,7 +4,7 @@ import test from 'node:test'
|
|||
|
||||
const readJson = async path => JSON.parse(await readFile(path, 'utf8'))
|
||||
|
||||
test('local native candidate has an isolated macOS identity', async () => {
|
||||
test('local native candidate has an isolated macOS package identity', async () => {
|
||||
const [base, candidate, packageJson] = await Promise.all([
|
||||
readJson('src-tauri/tauri.conf.json'),
|
||||
readJson('src-tauri/tauri.local-candidate.conf.json'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue