]> Untitled Git - lemmy.git/blob - api_tests/jest.config.js
Dont authenticate user after successful password reset #3714 (#3715)
[lemmy.git] / api_tests / jest.config.js
1 module.exports = {
2   preset: "ts-jest",
3   testEnvironment: "node",
4 };