generated from CodeYourFuture/Module-Template
-
-
Notifications
You must be signed in to change notification settings - Fork 228
CYF ITP South Africa - Cape Town | Emmanuel Siziba | Module-Structuring-and-Testing-Data | Week 3 #217
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
Closed
Closed
CYF ITP South Africa - Cape Town | Emmanuel Siziba | Module-Structuring-and-Testing-Data | Week 3 #217
Changes from 1 commit
Commits
Show all changes
63 commits
Select commit
Hold shift + click to select a range
0455567
installed jest
EMMANUEL-A25 a5805ac
get angle type function
EMMANUEL-A25 49b57b0
exporting angle type function for testing
EMMANUEL-A25 23eb70b
test case file
EMMANUEL-A25 6408987
5 type of angle tests
EMMANUEL-A25 ed96256
get card value function
EMMANUEL-A25 9cc7315
epsorting the getcardvalue function
EMMANUEL-A25 d8f1af0
file for get-card-value test cases
EMMANUEL-A25 babde67
getCardValue test cases
EMMANUEL-A25 7b610f9
is properFraction function
EMMANUEL-A25 aab6e2e
exporting isproperfraction function
EMMANUEL-A25 968ddf8
file for is proper function test case
EMMANUEL-A25 0537d6f
isproperfraction test cases
EMMANUEL-A25 0e9c76e
isValidTriangle function
EMMANUEL-A25 699b87f
exporting the isvalidtriangle function
EMMANUEL-A25 cc6526e
isvalid triangle test case
EMMANUEL-A25 11783cb
commenting
EMMANUEL-A25 4fbab41
rotate character function
EMMANUEL-A25 099c1aa
exporting the rotateCharacter function
EMMANUEL-A25 2a4f69a
rotate character test cases
EMMANUEL-A25 487fb5c
rotate character file and test cases
EMMANUEL-A25 9e9ac0c
create a count js file
EMMANUEL-A25 66706d0
count character function
EMMANUEL-A25 909cc91
exporting the count char function
EMMANUEL-A25 83d1fb8
get ordinal number js file
EMMANUEL-A25 bbac933
getOrdinalNumber function
EMMANUEL-A25 3da5a95
get ornial number test cases
EMMANUEL-A25 6cab33c
exporting the get ordinal number function
EMMANUEL-A25 1e17560
js file for is prime function
EMMANUEL-A25 de9797e
js file for password validator project
EMMANUEL-A25 0547e6d
js file for repeat function
EMMANUEL-A25 d79ad1c
is prime function
EMMANUEL-A25 25b1091
exporting my function isPrime
EMMANUEL-A25 c5fbc33
test cases for is prime function
EMMANUEL-A25 7867ccf
password validator function
EMMANUEL-A25 2cf59b6
test cases the paswword validator function
EMMANUEL-A25 aeda383
function repeat
EMMANUEL-A25 da7f3cc
exporting the module
EMMANUEL-A25 a5ff669
test cases for the repeat function
EMMANUEL-A25 7a365d0
exporting the check password function
EMMANUEL-A25 2e79cba
rotate character function fixing the export
EMMANUEL-A25 4d5e0a7
solutions to questions
EMMANUEL-A25 1c7e88b
card validator function
EMMANUEL-A25 9c2bed0
Update get-angle-type.js
EMMANUEL-A25 5618c98
Update get-card-value.js
EMMANUEL-A25 e1fd233
Update get-card-value.test.js
EMMANUEL-A25 8a32c3f
Update get-card-value.test.js
EMMANUEL-A25 660da3e
Update repeat.js
EMMANUEL-A25 2d225ca
Update repeat.test.js
EMMANUEL-A25 dcf6ce9
Update find.js
EMMANUEL-A25 3e307a3
Update find.js
EMMANUEL-A25 5e6d56f
Update password-validator.test.js
EMMANUEL-A25 3603ef8
Update is-prime.test.js
EMMANUEL-A25 2f4f386
Update is-prime.js
EMMANUEL-A25 293e59f
Update is-prime.js
EMMANUEL-A25 9830f5b
Update get-ordinal-number.test.js
EMMANUEL-A25 e94ff41
Update get-angle-type.js
EMMANUEL-A25 7dc7129
Update get-angle-type.js
EMMANUEL-A25 5d6a07d
Update get-card-value.js
EMMANUEL-A25 806bfcd
Update is-proper-fraction.js
EMMANUEL-A25 70d037e
Update is-proper-fraction.test.js
EMMANUEL-A25 8877358
Update rotate-char.js
EMMANUEL-A25 5d38bd1
Update get-ordinal-number.test.js
EMMANUEL-A25 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update is-prime.test.js
- Loading branch information
commit 3603ef86ccbed0e04ba316d42a3e76b16ded3a67
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
You should test more numbers (especially those special cases and boundary cases like 0, 1, 2) in this script to make the test comprehensive.
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.
okay, i was able to add more test numbers