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