create-node-ts-graphql-server/jest.config.js
Alejandro Lembke Barrientos e9bc4f091f PR-448199:
Adding Testing with Jest and bin command for npx.
2022-05-25 23:39:38 +00:00

6 lines
103 B
JavaScript

module.exports = {
testEnvironment: 'node',
transform: {
"^.+\\.ts$": "ts-jest"
},
};