mirror of
https://github.com/balzack/databag.git
synced 2025-04-25 02:55:21 +00:00
5 lines
69 B
JavaScript
5 lines
69 B
JavaScript
module.exports = {
|
|
preset: "ts-jest",
|
|
testEnvironment: "node"
|
|
};
|