We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pathsToModuleNameMapper
1 parent 7b8598e commit 4c69406Copy full SHA for 4c69406
1 file changed
src/index.spec.ts
@@ -27,6 +27,9 @@ describe('ts-jest', () => {
27
it('should export a `createJestPreset` function', () => {
28
expect(typeof tsJest.createJestPreset).toBe('function')
29
})
30
+ it('should export a `pathsToModuleNameMapper` function', () => {
31
+ expect(typeof tsJest.pathsToModuleNameMapper).toBe('function')
32
+ })
33
it('should export a `jestPreset` object', () => {
34
expect(tsJest.jestPreset).toEqual({ jestPreset: true })
35
0 commit comments