Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(core): remove ts-jest/utils sub path export #3334

Merged
merged 1 commit into from Mar 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.