mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat(editor): Add "Rendered" display mode to the logs view (#14994)
This commit is contained in:
@@ -631,7 +631,5 @@ describe(deepToRaw, () => {
|
||||
expect(isReactive(raw.foo)).toBe(false);
|
||||
expect(isReactive(raw.foo.bar)).toBe(false);
|
||||
expect(isReactive(raw.bazz)).toBe(false);
|
||||
|
||||
console.log(raw.foo.bar);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user