@fnando/codestyle
Advanced tools
Comparing version 0.0.8 to 0.0.9
module.exports = { | ||
roots: ["<rootDir>/src"], | ||
roots: ["<rootDir>/src", "<rootDir>"], | ||
modulePaths: ["src"], | ||
@@ -10,5 +10,3 @@ transform: { | ||
}, | ||
testRegex: "^.+\\.(spec|test)\\.[tj]sx?$", | ||
moduleFileExtensions: ["js", "jsx", "ts", "tsx", "json"], | ||
testPathIgnorePatterns: ["/vendor/bundle/"] | ||
testPathIgnorePatterns: ["/vendor/bundle/", "/node_modules/"] | ||
}; |
{ | ||
"name": "@fnando/codestyle", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"license": "MIT" | ||
} |
3824
65