Skip to content

Commit

Permalink
#14 #53 #11 Add test.todo calls for background color selection unit t…
Browse files Browse the repository at this point in the history
…ests.
  • Loading branch information
azurepolarbear committed Jun 3, 2024
1 parent 33e8705 commit 2207da3
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions src/test/color/color-selector.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ import {
checkForValidRandomSelector
} from 'unit-test/shared';



describe('color selector tests', (): void => {
test('test default color selector', (): void => {
const selector: DefaultColorSelector = new DefaultColorSelector();
Expand Down Expand Up @@ -117,4 +115,18 @@ describe('color selector tests', (): void => {
checkForValidColorSelector(selector);
checkForValidRandomSelector(selector, colors, true);
});

test.todo('test background color selection: all options');

test.todo('test background color selection: black only');

test.todo('test background color selection: white only');

test.todo('test background color selection: color only');

test.todo('test background color selection: black or white only');

test.todo('test background color selection: black or color only');

test.todo('test background color selection: white or color only');
});

0 comments on commit 2207da3

Please sign in to comment.