Skip to content

Commit d1907bb

Browse files
refactor: apply suggestions from code review
Co-authored-by: Espen Dalløkken <[email protected]>
1 parent d312f8e commit d1907bb

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# @podium/browser
22

3-
This is a client-side library designed to:
3+
This is a client-side library designed to send and receive messages inside a podium application.
44

5-
- send and receive messages between different podlets in a layout.
6-
- send and receive messages between web and native in a webview.
5+
Supports application running in a web browser or in a web view as part of a native application.
76

87
## Usage
98

test/Bridge.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ tap.test('bridge.on() - should invoke subscribed messagebus listener', (t) => {
5555
);
5656
});
5757

58-
tap.test('unsubscribe() - should remove subscribed listener', (t) => {
58+
tap.test('bridge.unsubscribe() - should remove subscribed listener', (t) => {
5959
t.ok(
6060
globalThis.window['@podium'].bridge,
6161
'Expected the Podium bridge to be globally available',

0 commit comments

Comments
 (0)