Skip to content

Commit ef453ba

Browse files
committed
minor updates
1 parent f7f2215 commit ef453ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

react-typescript-vite/src/tests/HelloWorld.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React from 'react'
1+
import 'react'
22
import { $, expect } from '@wdio/globals'
33
import { render } from '@testing-library/react'
44
import App from '../App'

react-typescript-vite/src/tests/LoginForm.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/// <reference types="@wdio/globals/types" />
2-
import React from 'react'
2+
import 'react'
33
import { $, expect } from '@wdio/globals'
44
import { fn } from '@wdio/browser-runner'
55
import { Key } from 'webdriverio'

0 commit comments

Comments
 (0)