Skip to content

Instantly share code, notes, and snippets.

@atticoos
Created January 17, 2019 18:53
Show Gist options
  • Save atticoos/05f4219017b468d17ddc06ed9c30dd07 to your computer and use it in GitHub Desktop.
Save atticoos/05f4219017b468d17ddc06ed9c30dd07 to your computer and use it in GitHub Desktop.
WTF LERNA+JEST
// jest.config.js
module.exports = {
projects: [
'<rootDir>/packages/design-system/jest.config.js'
],
transform: {
'^.+\\.jsx?$': '<rootDir>/jest-babel-transformer'
},
moduleFileExtensions: ['js', 'jsx']
}
// packages/design-system/jest.config.js
module.exports = {
displayName: 'design-system'
};
@atticoos
Copy link
Author

Should be labeled as design-system

screen shot 2019-01-17 at 1 53 19 pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment