aqua-playground/jest.config.js

5 lines
74 B
JavaScript
Raw Normal View History

2021-10-07 13:55:10 +03:00
module.exports = {
preset: 'ts-jest',
2021-12-30 13:02:56 +03:00
testEnvironment: 'node',
2021-10-07 13:55:10 +03:00
};