trust-graph/js/jest.config.js
2021-02-17 18:10:57 +03:00

5 lines
70 B
JavaScript

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