mirror of
https://github.com/usememos/memos.git
synced 2025-02-20 19:33:14 +08:00
chore: add --passWithNoTests
to jest
This commit is contained in:
parent
dfd461518f
commit
17c35be426
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
"build": "tsc && vite build",
|
||||
"serve": "vite preview",
|
||||
"lint": "eslint --ext .js,.ts,.tsx, src",
|
||||
"test": "jest"
|
||||
"test": "jest --passWithNoTests"
|
||||
},
|
||||
"dependencies": {
|
||||
"@reduxjs/toolkit": "^1.8.1",
|
||||
|
|
Loading…
Reference in a new issue