Sha256: 208dba361a24ab4a4d6bbc342b7a036e772713f601e5334957ed00657f2dc2bf
Contents?: true
Size: 289 Bytes
Versions: 1
Compression:
Stored size: 289 Bytes
Contents
const config = require("@fnando/codestyle/jest"); module.exports = { ...config, testRegex: ".*?\\.test\\.ts", roots: ["<rootDir>/src"], modulePaths: ["src"], moduleNameMapper: { "^~/": "<rootDir>/src/", }, testPathIgnorePatterns: ["/vendor/bundle/", "node_modules"], };
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dopstick-0.0.4 | lib/dopstick/generator/npm/templates/jest.erb |