trust-graph-test/js/jest.config.js

5 lines
70 B
JavaScript
Raw Normal View History

2021-02-17 18:10:57 +03:00
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
};