9 lines
No EOL
166 B
JavaScript
9 lines
No EOL
166 B
JavaScript
/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
|
|
module.exports = {
|
|
preset: "ts-jest",
|
|
testEnvironment: "node",
|
|
|
|
roots: [
|
|
"./tests",
|
|
],
|
|
}; |