mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
fix linting
This commit is contained in:
parent
e75602d365
commit
0b509d1963
@ -6,6 +6,6 @@ export default defineConfig({
|
|||||||
framework: 'react',
|
framework: 'react',
|
||||||
bundler: 'vite',
|
bundler: 'vite',
|
||||||
},
|
},
|
||||||
specPattern: ['**/**/*.cy.{ts,tsx}']
|
specPattern: ['**/**/*.cy.{ts,tsx}'],
|
||||||
},
|
},
|
||||||
});
|
})
|
||||||
|
|||||||
@ -4,7 +4,6 @@ import { mount } from 'cypress/react'
|
|||||||
import { TextInput } from './TextInput'
|
import { TextInput } from './TextInput'
|
||||||
|
|
||||||
describe('<TextInput />', () => {
|
describe('<TextInput />', () => {
|
||||||
|
|
||||||
it('renders with default props', () => {
|
it('renders with default props', () => {
|
||||||
mount(<TextInput />)
|
mount(<TextInput />)
|
||||||
cy.get('input').should('have.attr', 'type', 'text')
|
cy.get('input').should('have.attr', 'type', 'text')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user