2020-01-29 04:16:48 +01:00
|
|
|
module.exports = {
|
|
|
|
"roots": [
|
2021-07-30 21:04:05 +02:00
|
|
|
"test"
|
2020-01-29 04:16:48 +01:00
|
|
|
],
|
|
|
|
"transform": {
|
|
|
|
"^.+\\.ts$": "ts-jest"
|
|
|
|
},
|
2022-06-03 21:12:35 +02:00
|
|
|
"reporters": ["default", "github-actions"]
|
2020-01-29 04:16:48 +01:00
|
|
|
};
|