databag/app/sdk/jest.config.js
2024-06-19 13:00:40 -07:00

5 lines
69 B
JavaScript

module.exports = {
preset: "ts-jest",
testEnvironment: "node"
};