Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update index.ts
  • Loading branch information
SimenB authored Feb 15, 2022
commit 16e0cbe9ab5b84250414ca1c7f80ee6680e4e961
4 changes: 1 addition & 3 deletions packages/babel-jest/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ async function loadBabelOptionsAsync(
return addIstanbulInstrumentation(options, jestTransformOptions);
}

const createTransformer: CreateTransformer = userOptions => {
export const createTransformer: CreateTransformer = userOptions => {
const inputOptions = userOptions ?? {};

const options = {
Expand Down Expand Up @@ -278,5 +278,3 @@ const transformer: SyncTransformer<TransformOptions> = {
};

export default transformer;

export { createTransformer };