]> Untitled Git - lemmy.git/blob - api_tests/jest.config.js
Merge branch 'add-view-helper-functions' of https://github.com/eiknat/lemmy into...
[lemmy.git] / api_tests / jest.config.js
1 module.exports = {
2   preset: 'ts-jest',
3   testEnvironment: 'node',
4 };