Skip to content
This repository was archived by the owner on Sep 21, 2021. It is now read-only.

Commit fa904a2

Browse files
committed
Change variable name in test
1 parent 7532780 commit fa904a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/devtools-reps/src/reps/tests/object-with-text.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ describe("Object with text - CSSMediaRule", () => {
4848
object: gripStub
4949
}));
5050

51-
const S = "CSSMediaRule \"(min-height: 680px), screen and (orientation: portrait)\"";
52-
expect(renderedComponent.text()).toEqual(S);
51+
const text = `CSSMediaRule "(min-height: 680px), screen and (orientation: portrait)"`;
52+
expect(renderedComponent.text()).toEqual(text);
5353
expectActorAttribute(renderedComponent, gripStub.actor);
5454
});
5555
});

0 commit comments

Comments
 (0)