matrix.to/jest.config.js

4 lines
69 B
JavaScript
Raw Normal View History

2020-08-06 09:49:33 -04:00
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
};