serum-js/jest.config.js

5 lines
89 B
JavaScript

module.exports = {
preset: 'ts-jest/presets/js-with-ts',
testEnvironment: 'node',
};