Files
twenty/packages/twenty-front
Thaïs e784dc8a98 chore: enable no-console eslint rule for tests and stories (#4816)
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()`.
2024-04-04 18:36:39 +02:00
..
2024-03-31 10:53:37 +02:00
2023-12-12 22:38:40 +01:00
2023-12-10 18:10:54 +01:00
2024-03-22 17:28:53 +01:00

Run yarn dev while server running on port 3000