[fix] use relative import path in subgraph browser tests

This commit is contained in:
bymyself
2025-07-15 15:00:27 -07:00
parent 3ce6bbd567
commit 560c15dd6f
3 changed files with 5 additions and 4 deletions

View File

@@ -139,4 +139,4 @@ describe('useNodeDefStore', () => {
expect(store.nodeDefsByDisplayName['New Display Name']).toBeDefined()
})
})
})
})