Skip to content

Commit 936bfbe

Browse files
authored
Fix missing "with" word in it title
1 parent 968768a commit 936bfbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/same_window.comlink.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ describe("Comlink in the same realm", function() {
8080
expect(await thing.value).to.equal(4);
8181
});
8282

83-
it("can work functions on an object", async function() {
83+
it("can work with functions on an object", async function() {
8484
const thing = Comlink.wrap(this.port1);
8585
Comlink.expose({ f: _ => 4 }, this.port2);
8686
expect(await thing.f()).to.equal(4);

0 commit comments

Comments
 (0)