]> Untitled Git - lemmy.git/blob - api_tests/jest.config.js
Isomorphic docker (#1124)
[lemmy.git] / api_tests / jest.config.js
1 module.exports = {
2   preset: 'ts-jest',
3   testEnvironment: 'node',
4 };