UNPKG

@datr.tech/leith-common-seeders

Version:

A Leith package of common mongoose model seeders

19 lines (18 loc) 390 B
{ "moduleNameMapper": { "@app-lcs2/(.*)": "<rootDir>/src/$1", "@test-lcs2/(.*)": "<rootDir>/test/$1" }, "preset": "ts-jest", "testEnvironment": "node", "testPathIgnorePatterns": [ "<rootDir>/.git/", "<rootDir>/.github/", "<rootDir>/.husky/", "<rootDir>/coverage/", "<rootDir>/node_modules/" ], "transform": { "^.+.tsx?$": ["ts-jest", {}] } }