github.com/filecoin-project/bacalhau@v0.3.23-0.20230228154132-45c989550ace/ops/aws/canary/jest.config.js (about) 1 module.exports = { 2 testEnvironment: 'node', 3 roots: ['<rootDir>/test'], 4 testMatch: ['**/*.test.ts'], 5 transform: { 6 '^.+\\.tsx?$': 'ts-jest' 7 } 8 };