Skip to content

Commit

Permalink
try specifying include at tests-jest-ts/tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bumblehead committed Nov 25, 2023
1 parent 71995c4 commit 1a37e13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/tests-jest-ts/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"allowSyntheticDefaultImports": true,
"module": "ESNext",
"moduleResolution": "node"
}
},
"include": ["./esmock.node-jest.test.ts"]
}

0 comments on commit 1a37e13

Please sign in to comment.