upend/sdks/js/jest.config.js

5 lines
123 B
JavaScript
Raw Normal View History

2024-02-17 15:21:14 +01:00
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
};