2021-06-26 22:02:00 +02:00
|
|
|
// SPDX-FileCopyrightText: 2021 Johannes Loher
|
|
|
|
//
|
|
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
|
2021-02-11 13:42:38 +01:00
|
|
|
module.exports = {
|
|
|
|
preset: "ts-jest",
|
|
|
|
globals: {
|
|
|
|
"ts-jest": {
|
|
|
|
tsconfig: "<rootDir>/spec/tsconfig.spec.json",
|
|
|
|
},
|
|
|
|
},
|
|
|
|
};
|