File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
webdriverio-testing-library Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ make your test util file accessible without using relative paths.
31
31
The example below sets up data providers using the [ ` wrapper ` ] ( api.mdx#wrapper )
32
32
option to ` render ` .
33
33
34
- <Tabs groupId = " test-utils" defaultValue = " jsx" values = { [ {label: ' Javascript ' ,
35
- value: ' jsx' }, {label: ' Typescript ' , value: ' tsx' }, ]} >
34
+ <Tabs groupId = " test-utils" defaultValue = " jsx" values = { [ {label: ' JavaScript ' ,
35
+ value: ' jsx' }, {label: ' TypeScript ' , value: ' tsx' }, ]} >
36
36
37
37
<TabItem value = " jsx" >
38
38
@@ -250,8 +250,8 @@ passing a [`queries`](api.mdx#render-options) option.
250
250
If you want to add custom queries globally, you can do this by defining your customized
251
251
` render ` , ` screen ` and ` within ` methods:
252
252
253
- <Tabs groupId = " test-utils" defaultValue = " jsx" values = { [ {label: ' Javascript ' ,
254
- value: ' jsx' }, {label: ' Typescript ' , value: ' tsx' }, ]} >
253
+ <Tabs groupId = " test-utils" defaultValue = " jsx" values = { [ {label: ' JavaScript ' ,
254
+ value: ' jsx' }, {label: ' TypeScript ' , value: ' tsx' }, ]} >
255
255
256
256
<TabItem value = " jsx" >
257
257
Original file line number Diff line number Diff line change @@ -171,9 +171,9 @@ You can take a look at the [`vitest-svelte-kit` configuration docs](https://gith
171
171
npm run test
172
172
```
173
173
174
- ### Typescript
174
+ ### TypeScript
175
175
176
- To use Typescript with Jest, you'll need to install and configure ` svelte-preprocess ` and
176
+ To use TypeScript with Jest, you'll need to install and configure ` svelte-preprocess ` and
177
177
` ts-jest ` . For full instructions, see the
178
178
[ ` svelte-jester ` ] ( https://github.com/mihar-22/svelte-jester#typescript ) docs.
179
179
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ it('lets you configure queries', async () => {
162
162
})
163
163
```
164
164
165
- ## Typescript
165
+ ## TypeScript
166
166
167
167
This library comes with full typescript definitions. To use the commands added
168
168
by [ ` setupBrowser ` ] ( #setupbrowser ) the ` Browser ` and ` Element ` interfaces in the
You can’t perform that action at this time.
0 commit comments