Skip to content

Commit

Permalink
Looks not working with evanw/esbuild#946
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jan 16, 2023
1 parent d73f176 commit 79eb5cf
Show file tree
Hide file tree
Showing 7 changed files with 967 additions and 418 deletions.
386 changes: 168 additions & 218 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion jest.post.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const config: Config.InitialOptions = {
clearMocks: true,
moduleFileExtensions: ['js', 'ts'],
transform: {
'^.+\\.(t|j)sx?$': '@swc/jest',
'^.+\\.(t|j)sx?$': 'ts-jest',
},
extensionsToTreatAsEsm: ['.ts'],
testMatch: ['**/__tests__/postbuild/**/*.test.ts'],
Expand Down
2 changes: 1 addition & 1 deletion jest.pre.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const config: Config.InitialOptions = {
clearMocks: true,
moduleFileExtensions: ['js', 'ts'],
transform: {
'^.+\\.(t|j)sx?$': '@swc/jest',
'^.+\\.(t|j)sx?$': 'ts-jest',
},
extensionsToTreatAsEsm: ['.ts'],
testMatch: ['**/__tests__/prebuild/**/*.test.ts'],
Expand Down
Loading

0 comments on commit 79eb5cf

Please sign in to comment.