Skip to content
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

Merged
merged 9 commits into from
Sep 8, 2022
Merged

Conversation

drepram
Copy link
Contributor

@drepram drepram commented Sep 7, 2022

What this PR does πŸ“–

Improve numerous Vuex unit tests.

Which issue(s) this PR fixes πŸ”¨

Special notes for reviewers πŸ—’οΈ

Additional comments 🎀

@drepram drepram changed the title Drepram/improve store feat(jest): improve numerous store tests Sep 7, 2022
@github-actions github-actions bot added the Missing Dev Review A Dev and a Dev Approver need to review the PR, then mark as Ready for QA label Sep 7, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Sep 7, 2022

⚠️ The title of this PR is invalid.
Please make the title match this format <type>(<scope>): <description>.
e.g.)
add(cli): enable --verbose flag
fix(api): avoid unexpected error in handler

allowed types - add, update, task, chore, feat, test, fix

Comment on lines +1118 to +1133
const state = {
...InitialChatState,
files: {
file1: [
{
file: 'path2',
url: 'string2',
nsfw: {
checking: false,
status: false,
},
progress: 0,
},
],
},
}
Copy link
Contributor

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!

@josephmcg josephmcg merged commit 3d963cf into dev Sep 8, 2022
@josephmcg josephmcg deleted the drepram/improve-store branch September 8, 2022 01:59
@github-actions github-actions bot removed the Missing Dev Review A Dev and a Dev Approver need to review the PR, then mark as Ready for QA label Sep 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants