mirror of
https://github.com/MartinKral/Slash-The-Hordes
synced 2025-01-13 22:41:29 +00:00
6 lines
92 B
JavaScript
6 lines
92 B
JavaScript
|
module.exports = {
|
||
|
verbose: true,
|
||
|
preset: "ts-jest",
|
||
|
testEnvironment: "node"
|
||
|
};
|