Last active
November 16, 2017 22:59
-
-
Save johnsardine/581ec9e9d47ad3d068a77208cf9532b2 to your computer and use it in GitHub Desktop.
6 - Jest config sample
This file contains 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
module.exports = { | |
rootDir: './webapp', | |
moduleFileExtensions: ['vue', 'js', 'json', 'jsx', 'node'], | |
moduleNameMapper: { | |
'^@/(.*)$': '<rootDir>src/$1', | |
}, | |
mapCoverage: true, | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment