mirror of
https://github.com/twentyhq/twenty.git
synced 2026-06-20 05:41:29 -04:00
Re-enables no-console eslint rule in stories and tests files: - In stories, use `action` from '@storybook/addon-actions' or `fn` from '@storybook/test' instead of console. - In tests, console methods can be mocked like this: `global.console.error = jest.fn()`.