memos/web/jest.config.js
2022-10-01 22:56:20 +08:00

6 lines
154 B
JavaScript

/* eslint-disable no-undef */
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: "ts-jest",
testEnvironment: "node",
};