mirror of
https://github.com/usememos/memos.git
synced 2025-04-13 09:02:09 +02:00
7 lines
154 B
JavaScript
7 lines
154 B
JavaScript
/* eslint-disable no-undef */
|
|
/** @type {import('ts-jest').JestConfigWithTsJest} */
|
|
module.exports = {
|
|
preset: "ts-jest",
|
|
testEnvironment: "node",
|
|
};
|