mirror of
https://github.com/usememos/memos.git
synced 2025-01-23 21:51:01 +08: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",
|
||
|
};
|