@fnando/codestyle
Version:
## Installation
12 lines (11 loc) • 372 B
JavaScript
module.exports = {
roots: ["<rootDir>/src", "<rootDir>"],
modulePaths: ["src"],
transform: {
"^.+\\.tsx?$": "ts-jest",
"^.+\\.jsx?$": "babel-jest",
"^.+\\.(scss|css|jpe?g|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$":
"jest-filename-transform",
},
testPathIgnorePatterns: ["/vendor/bundle/", "/node_modules/"]
};