Skip to content

Commit ff22c96

Browse files
🧹 [Remove commented out code in hostBridge.test.ts]
Removed a block of commented-out code explaining path construction in tests/unit/hostBridge.test.ts around line 54 to improve code readability and maintainability. Co-authored-by: zknpr <96851588+zknpr@users.noreply.github.com>
1 parent 189aee5 commit ff22c96

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

tests/unit/hostBridge.test.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,6 @@ describe('HostBridge', () => {
5050
// The mock implementation returns a simple object with toString().
5151
// We verify the path property.
5252

53-
// HostBridge constructs path:
54-
// const uriPath = [docKey, ...cellParts].map(p => encodeURIComponent(p)).join('/');
55-
// cellParts = [table, name, rowId, filename]
56-
// filename = colName + extname
57-
5853
assert.ok(uri.path.endsWith('avatar.png'), `Path should end with avatar.png, got ${uri.path}`);
5954
assert.ok(uri.path.includes('users'));
6055
assert.ok(uri.path.includes('1'));

0 commit comments

Comments
 (0)