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)
There seems to be inconsistency in test running in local vs travis due to various babelrc merging. Since babel uses
jest
& I've triedbabel-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)