databag/app/sdk/jest.config.js
balzack 869b3be540
Some checks are pending
CI / CI (push) Waiting to run
copy over sdk, will attempt incremental merge in branch
2025-03-03 22:04:16 -08:00

5 lines
69 B
JavaScript

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