We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23bab8e commit 986241bCopy full SHA for 986241b
1 file changed
static/app/gettingStartedDocs/unity/metrics.spec.tsx
@@ -13,9 +13,7 @@ describe('metrics', () => {
13
});
14
15
expect(
16
- screen.getByText(
17
- textWithMarkupMatcher(/SentrySdk\.Metrics\.Increment/)
18
- )
+ screen.getByText(textWithMarkupMatcher(/SentrySdk\.Metrics\.Increment/))
19
).toBeInTheDocument();
20
21
@@ -25,9 +23,7 @@ describe('metrics', () => {
25
23
26
24
27
28
- screen.queryByText(
29
30
+ screen.queryByText(textWithMarkupMatcher(/SentrySdk\.Metrics\.Increment/))
31
).not.toBeInTheDocument();
32
33
0 commit comments