actions/github/codeql-action-v2/node_modules/twirp-ts/jest.config.js

12 lines
No EOL
241 B
JavaScript

module.exports = {
"roots": [
"<rootDir>/src"
],
"testMatch": [
"**/__tests__/**/*.+(ts|tsx|js)",
"**/?(*.)+(spec|test).+(ts|tsx|js)"
],
"transform": {
"^.+\\.(ts|tsx)$": "ts-jest"
},
}