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