lemmy/api_tests/jest.config.js

4 lines
69 B
JavaScript
Raw Normal View History

2020-09-12 16:15:50 +00:00
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
};