blurts-server/.storybook
Vincent ead9793c0f Unblock Storybook-in-tests with l10n
Accessing next/headers in tests results in an error because it's
not in a Server Component context, so calling our regular
`getL10n()` functions from inside Storybook would result in test
failures. Instead, I replaced that call with a function that just
loads the English strings directly, rather than looking at request
headers.
2023-07-11 12:58:19 +02:00
..
main.ts Add licence header to Storybook config files 2023-07-07 18:15:09 +02:00
preview-head.html Add licence header to Storybook config files 2023-07-07 18:15:09 +02:00
preview.tsx Unblock Storybook-in-tests with l10n 2023-07-11 12:58:19 +02:00