matrix.to/jest.config.js
2020-08-06 14:49:33 +01:00

4 lines
69 B
JavaScript

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