Skip to content

Instantly share code, notes, and snippets.

@seogi1004
Created January 7, 2019 11:53
Show Gist options
  • Save seogi1004/fc35d817e0f8cafc069e305e0081888f to your computer and use it in GitHub Desktop.
Save seogi1004/fc35d817e0f8cafc069e305e0081888f to your computer and use it in GitHub Desktop.
module.exports = {
"setupFiles": [ "./src/test/client/setup.js" ],
"verbose": true,
"moduleFileExtensions": [
"js",
"json",
"vue"
],
"moduleNameMapper": {
"^@/(.*)$": "<rootDir>/src/main/client/$1"
},
"transform": {
"^.+\\.js$": "<rootDir>/node_modules/babel-jest",
".*\\.(vue)$": "<rootDir>/node_modules/vue-jest"
},
"snapshotSerializers": [
"<rootDir>/node_modules/jest-serializer-vue"
],
"transformIgnorePatterns": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment