saleor-dashboard/testUtils/intl.ts
Krzysztof Wolski 6762e7bf3f
[chore] Update dependencies, fix warnings during tests (#845)
* Fix attr name typo

* Use proper string serialization

* Use proper image URL

* Remove unused draft component

* Fix classname for invoice card

* Update deps

* Remove unused testcafe

* Resolve issue with missing intl in one of the stories, bump intl package version

* Update packages

* Update commit hooks

* Bump ts to last pre4.0 version

* Center metadata image

* Unused property

* Bump enzyme

* Revert

* Fix logo on login screen

* Fix console errors on entering translations pages

* Fix styles for invoice card
2020-11-27 17:32:12 +01:00

6 lines
159 B
TypeScript

import { OptionalIntlConfig } from "react-intl/src/components/provider";
export const config: OptionalIntlConfig = {
defaultLocale: "en",
locale: "en"
};