mirror of
https://github.com/thomvaill/log4brains.git
synced 2022-05-07 18:36:09 +03:00
5 lines
69 B
JavaScript
5 lines
69 B
JavaScript
module.exports = {
|
|
preset: "ts-jest",
|
|
testEnvironment: "node"
|
|
};
|