memos/web/jest.config.js

7 lines
154 B
JavaScript
Raw Normal View History

2022-10-01 22:56:20 +08:00
/* eslint-disable no-undef */
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: "ts-jest",
testEnvironment: "node",
};