-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(jest): improve numerous store tests #4641
Conversation
allowed types - add, update, task, chore, feat, test, fix |
β¦im/Core-PWA into drepram/improve-store
const state = { | ||
...InitialChatState, | ||
files: { | ||
file1: [ | ||
{ | ||
file: 'path2', | ||
url: 'string2', | ||
nsfw: { | ||
checking: false, | ||
status: false, | ||
}, | ||
progress: 0, | ||
}, | ||
], | ||
}, | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is a good technique to keep things readable, keep it up!
What this PR does π
Improve numerous Vuex unit tests.
Which issue(s) this PR fixes π¨
Special notes for reviewers ποΈ
Additional comments π€