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