Skip to content

London | 26-ITP-January | Damian Dunkley | Sprint 3 | Coursework/sprint3#1013

Open
DamianDL wants to merge 15 commits intoCodeYourFuture:mainfrom
DamianDL:coursework/sprint3
Open

London | 26-ITP-January | Damian Dunkley | Sprint 3 | Coursework/sprint3#1013
DamianDL wants to merge 15 commits intoCodeYourFuture:mainfrom
DamianDL:coursework/sprint3

Conversation

@DamianDL
Copy link

@DamianDL DamianDL commented Feb 21, 2026

Learners, PR Template

Self checklist

  • I have titled my PR with Region | Cohort | FirstName LastName | Sprint | Assignment Title
  • My changes meet the requirements of the task
  • I have tested my changes
  • My changes follow the style guide

Changelist

Changes made to Sprint 3 1-implement-and-rewrite-tests, for all three scenarios. Used Jest to run tests.

Questions

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

3 similar comments
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@DamianDL DamianDL added 📅 Sprint 3 Assigned during Sprint 3 of this module Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. Module-Structuring-And-Testing-Data The name of the module. labels Feb 25, 2026
@DamianDL DamianDL added Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. and removed Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. labels Feb 25, 2026
@Edu-Vin Edu-Vin added Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. and removed Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. labels Mar 4, 2026
test(`Should return 10 when given a 10 card`, () => {
expect(getCardValue("10♠")).toEqual(10);
});
// Face Cards (J, Q, K)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You didn't add jest tests for Face Cards.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the review-Tests added for all (JQK) Face cards. Please review? Thanks Damian

@Edu-Vin
Copy link

Edu-Vin commented Mar 4, 2026

I love the extensive test cases that were provided in the 3-get-card-value.js in the implement folder.

@Edu-Vin Edu-Vin added Reviewed Volunteer to add when completing a review with trainee action still to take. and removed Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. labels Mar 4, 2026
@DamianDL DamianDL added Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. and removed Reviewed Volunteer to add when completing a review with trainee action still to take. labels Mar 5, 2026
@Edu-Vin Edu-Vin added Complete Volunteer to add when work is complete and all review comments have been addressed. and removed Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. labels Mar 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Complete Volunteer to add when work is complete and all review comments have been addressed. Module-Structuring-And-Testing-Data The name of the module. 📅 Sprint 3 Assigned during Sprint 3 of this module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants