formatjs / babel-plugin-react-intl

Extracts string messages from React components that use React Intl.
http://formatjs.io/react/
Other
420 stars 122 forks source link

switch to jest #171

Closed longlho closed 5 years ago

longlho commented 5 years ago

There seems to be inconsistency in test running in local vs travis due to various babelrc merging. Since babel uses jest & I've tried babel-plugin-test-helper & babel-plugin-tester to no avail, this provides consistency since output are generated in test only instead of fixture generation (different babel config potentially)