Created
January 17, 2019 18:53
-
-
Save atticoos/05f4219017b468d17ddc06ed9c30dd07 to your computer and use it in GitHub Desktop.
WTF LERNA+JEST
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// jest.config.js | |
module.exports = { | |
projects: [ | |
'<rootDir>/packages/design-system/jest.config.js' | |
], | |
transform: { | |
'^.+\\.jsx?$': '<rootDir>/jest-babel-transformer' | |
}, | |
moduleFileExtensions: ['js', 'jsx'] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// packages/design-system/jest.config.js | |
module.exports = { | |
displayName: 'design-system' | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Should be labeled as
design-system