Sha256: 7e43c048b89f4c0f0703b6cfb86b3b58d63623123787a5badc0777a8f02c873d
Contents?: true
Size: 297 Bytes
Versions: 9
Compression:
Stored size: 297 Bytes
Contents
const config = require("@fnando/codestyle/jest"); module.exports = { ...config, testRegex: ".*?\\.test\\.ts", roots: ["<rootDir>/src"], modulePaths: ["src"], moduleNameMapper: { "^~/(.*?)$": "<rootDir>/src/$1", }, testPathIgnorePatterns: ["/vendor/bundle/", "node_modules"], };
Version data entries
9 entries across 9 versions & 2 rubygems