mirror of
https://github.com/usememos/memos.git
synced 2024-12-21 02:01:55 +03:00
chore: add --passWithNoTests
to jest
This commit is contained in:
parent
dfd461518f
commit
17c35be426
@ -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 New Issue
Block a user