Skip to content

Commit

Permalink
Copy unit tests from DateInput
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-baer committed Jan 24, 2025
1 parent f1adfa8 commit fc1ad27
Show file tree
Hide file tree
Showing 3 changed files with 555 additions and 4 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ module.exports = require('@sumup-oss/foundry/eslint')({
'@sumup-oss/circuit-ui/no-deprecated-components': 'error',
'@sumup-oss/circuit-ui/no-renamed-props': 'error',
'@sumup-oss/circuit-ui/prefer-custom-properties': 'warn',
'@typescript-eslint/unbound-method': ['error', { ignoreStatic: true }],
'react/no-unknown-property': ['error', { ignore: ['css'] }],
// These rules are already covered by Biome
'jsx-a11y/click-events-have-key-events': 'off',
Expand Down
Loading

0 comments on commit fc1ad27

Please sign in to comment.