mirror of
https://github.com/github/codeql-action.git
synced 2026-01-03 13:10:06 +08:00
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com> Co-authored-by: Henry Mercer <henrymercer@github.com>
12 lines
241 B
JavaScript
12 lines
241 B
JavaScript
module.exports = {
|
|
"roots": [
|
|
"<rootDir>/src"
|
|
],
|
|
"testMatch": [
|
|
"**/__tests__/**/*.+(ts|tsx|js)",
|
|
"**/?(*.)+(spec|test).+(ts|tsx|js)"
|
|
],
|
|
"transform": {
|
|
"^.+\\.(ts|tsx)$": "ts-jest"
|
|
},
|
|
} |