Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
feat(core): remove ts-jest/utils sub path export (#3334)
BREAKING CHANGE:

One should import from `ts-jest` instead.
  • Loading branch information
ahnpnl committed Mar 13, 2022
1 parent 2d9017d commit 9f253d3
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 37 deletions.
2 changes: 1 addition & 1 deletion e2e/test-utils/__tests__/test-utils.spec.ts
@@ -1,4 +1,4 @@
import { createJestPreset, pathsToModuleNameMapper } from 'ts-jest/utils'
import { createJestPreset, pathsToModuleNameMapper } from 'ts-jest'

test('should expose mocked/createJestPreset/pathsToModuleNameMapper', () => {
expect(typeof createJestPreset).toBe('function')
Expand Down
8 changes: 0 additions & 8 deletions src/utils/__snapshots__/index.spec.ts.snap

This file was deleted.

11 changes: 0 additions & 11 deletions src/utils/index.spec.ts

This file was deleted.

2 changes: 0 additions & 2 deletions utils/index.d.ts

This file was deleted.

15 changes: 0 additions & 15 deletions utils/index.js

This file was deleted.

0 comments on commit 9f253d3

Please sign in to comment.