aqua-playground/jest.config.js
2021-12-30 13:02:56 +03:00

5 lines
74 B
JavaScript

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