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

Version Path
email-provider-info-0.0.1 jest.config.js
dopstick-0.0.12 lib/dopstick/generator/npm/templates/jest.erb
dopstick-0.0.11 lib/dopstick/generator/npm/templates/jest.erb
dopstick-0.0.10 lib/dopstick/generator/npm/templates/jest.erb
dopstick-0.0.9 lib/dopstick/generator/npm/templates/jest.erb
dopstick-0.0.8 lib/dopstick/generator/npm/templates/jest.erb
dopstick-0.0.7 lib/dopstick/generator/npm/templates/jest.erb
dopstick-0.0.6 lib/dopstick/generator/npm/templates/jest.erb
dopstick-0.0.5 lib/dopstick/generator/npm/templates/jest.erb