Files
codecov-action/jest.config.js
T

5 lines
70 B
JavaScript
Raw Permalink Normal View History

2020-07-09 23:05:11 -04:00
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
2021-06-24 10:50:37 -04:00
};