Skip to content

Commit 664b0f2

Browse files
authoredSep 11, 2022
feat: add typings for ts-jest options via transform config (#3805)
1 parent 76c9095 commit 664b0f2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+78
-85
lines changed
 

‎e2e/ast-transformers/hoist-jest/jest-isolated.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** @type {import('../../../dist').InitialOptionsTsJest} */
1+
/** @type {import('../../../dist').JestConfigWithTsJest} */
22
module.exports = {
33
automock: true,
44
moduleNameMapper: {

‎e2e/ast-transformers/transformer-options/jest-isolated.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** @type {import('../../../dist').InitialOptionsTsJest} */
1+
/** @type {import('../../../dist').JestConfigWithTsJest} */
22
module.exports = {
33
transform: {
44
'^.+.[tj]sx?$': [

0 commit comments

Comments
 (0)
Please sign in to comment.