mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: add jest
This commit is contained in:
6
web/jest.config.js
Normal file
6
web/jest.config.js
Normal file
@ -0,0 +1,6 @@
|
||||
/* eslint-disable no-undef */
|
||||
/** @type {import('ts-jest').JestConfigWithTsJest} */
|
||||
module.exports = {
|
||||
preset: "ts-jest",
|
||||
testEnvironment: "node",
|
||||
};
|
Reference in New Issue
Block a user