fluence-js/jest.config.js

5 lines
74 B
JavaScript

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