mirror of https://github.com/usememos/memos
parent
6c3ff6de63
commit
5b0a54bfb7
@ -1,9 +0,0 @@
|
||||
/* eslint-disable no-undef */
|
||||
/** @type {import('ts-jest').JestConfigWithTsJest} */
|
||||
module.exports = {
|
||||
preset: "ts-jest",
|
||||
testEnvironment: "node",
|
||||
moduleNameMapper: {
|
||||
"lodash-es": "lodash",
|
||||
},
|
||||
};
|
@ -1,3 +1,3 @@
|
||||
import * as Icon from "react-feather";
|
||||
import * as Icon from "lucide-react";
|
||||
|
||||
export default Icon;
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue