Skip to content

Commit 981925c

Browse files
committed
Rephrase spec description
1 parent 248b054 commit 981925c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/frame.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ describe('Frame', () => {
145145
sinon.assert.called(handle);
146146
});
147147

148-
it("if the origin changes in the frame, it updates in the app", () => {
148+
it("updates the app's origin to match the frame's origin", () => {
149149
const event = {
150150
data: {jsonrpc: '2.0'},
151151
source: frame.iframe.contentWindow,

0 commit comments

Comments
 (0)