UNPKG

reg-keygen-git-hash-plugin

Version:

Detect the snapshot key to be compare with using Git hash.

15 lines (14 loc) 350 B
module.exports = { globals: { "ts-jest": { diagnostics: false, }, }, transform: { "^.+\\.ts$": "ts-jest", }, testRegex: "(src/.*\\.test)\\.ts$", testPathIgnorePatterns: ["/node_modules/", "\\.d\\.ts$", "lib/.*"], collectCoverageFrom: ["src/**/*.ts", "!**/testing/**"], moduleFileExtensions: ["js", "ts", "json"], };