Co-authored-by: Andrew Eisenberg <aeisenberg@github.com> Co-authored-by: Henry Mercer <henrymercer@github.com>
12 lines
No EOL
241 B
JavaScript
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"
|
|
},
|
|
} |