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