mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #1398] [MERGED] Unit tests for the remaining test methods #3283
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#3283
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/1398
Author: @carlos-ds
Created: 12/22/2020
Status: ✅ Merged
Merged: 12/24/2020
Merged by: @AndrewBastin
Base:
main← Head:unit-tests📝 Commits (10+)
3614f5bTest for toBeLevel2xx()d924121Test for toBeLevel3xx()6536d71Merge https://github.com/hoppscotch/hoppscotch into unit-testsa61e6efTest for toBeLevel4xx()ea227e0Explicitly pass radix 10 to parseInt functions in toBeLevelxxx() to avoid unexpected resultsde1d065Test for toBeLevel5xx()f53ac25Test for toHaveLength()a64b32dTest for toBeType()15ecb19Added extra test for error handling529d5b0Merge branch 'main' into unit-tests📊 Changes
2 files changed (+139 additions, -4 deletions)
View changed files
📝
helpers/__tests__/postwomanTesting.spec.js(+135 -0)📝
helpers/postwomanTesting.js(+4 -4)📄 Description
As discussed previously (https://github.com/hoppscotch/hoppscotch/pull/1392) , I added unit tests for the remaining test methods that weren't yet covered in postwomanTesting.spec.js.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.