Skip to content
This repository has been archived by the owner on Feb 13, 2025. It is now read-only.

MWPW-141219 FaaS Report #30

Merged
merged 3 commits into from
Feb 8, 2024
Merged

MWPW-141219 FaaS Report #30

merged 3 commits into from
Feb 8, 2024

Conversation

Brandon32
Copy link
Collaborator

  • Creating a report of unique FaaS authoring variations.
  • Add Excel Reporter object logging

Resolves: MWPW-141219

@Brandon32 Brandon32 changed the title WIP: MWPW-141219 FaaS Report MWPW-141219 FaaS Report Feb 2, 2024
@Brandon32 Brandon32 force-pushed the bmarshal/faas-report branch from ce36527 to bc07021 Compare February 2, 2024 18:55
@Brandon32 Brandon32 force-pushed the bmarshal/faas-report branch from bc07021 to 3f39207 Compare February 2, 2024 18:58
Copy link
Collaborator

@JasonHowellSlavin JasonHowellSlavin left a comment

Choose a reason for hiding this comment

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

looks great, small nits.

@@ -65,6 +85,12 @@ describe('BulkUpdater', () => {
expect(data).to.deep.equal(expectedData);
});

it('should return an empty array if source is not provided', async () => {
Copy link
Collaborator

Choose a reason for hiding this comment

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

nit: should return -> returns

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

👍

});

describe('getVariantName', () => {
const tests = [[0, 'A'], [25, 'Z'], [26, 'AA'], [51, 'AZ'], [52, 'BA'], [77, 'BZ'], [78, 'CA'], [701, 'ZZ'], [702, 'AAA']];
Copy link
Collaborator

Choose a reason for hiding this comment

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

might be good to put something unexpected in here to test mixed inputs?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Added a test for unexpected inputs

@Brandon32 Brandon32 merged commit e55a4a8 into main Feb 8, 2024
3 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants