Skip to content

Commit 14daa40

Browse files
authored
docs(TestSetup): remove semicolon
1 parent 84d21d7 commit 14daa40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cypress-commands/TestSetup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ UI5 Web Components for React is using [Cypress](https://www.cypress.io/) as pref
1515
When launching Cypress the first time you're guided through the setup, which then will create a [configuration file](https://docs.cypress.io/guides/references/configuration) for you. You can use any configuration you like, but since we're heavily relying on web-components, we recommend traversing the shadow DOM per default:
1616

1717
```js
18-
includeShadowDom: true;
18+
includeShadowDom: true
1919
```
2020

2121
[Here](https://docs.cypress.io/guides/component-testing/react/overview) you can find the Cypress Quickstart tutorial for React.

0 commit comments

Comments
 (0)