mirror of https://github.com/usememos/memos
chore: add `jest`
parent
5894104524
commit
df5818cdc5
@ -0,0 +1,6 @@
|
|||||||
|
/* eslint-disable no-undef */
|
||||||
|
/** @type {import('ts-jest').JestConfigWithTsJest} */
|
||||||
|
module.exports = {
|
||||||
|
preset: "ts-jest",
|
||||||
|
testEnvironment: "node",
|
||||||
|
};
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue