Skip to content

Commit 44eb8c4

Browse files
committed
test: add todo for default report tool in action tests
Signed-off-by: Sebastian Beltran <[email protected]>
1 parent 2a3b603 commit 44eb8c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

__tests__/action.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ describe('action', () => {
4949
})
5050

5151
it.todo("should't throw an error if the available report is valid")
52+
it.todo("should scorecard-visualizer be the default report tool")
5253

5354
it.each(['auto-push', 'generate-issue', 'auto-commit', 'discovery-enabled'])('should throw an error if the github token is not provided when %s is enabled', async (input) => {
5455
getInputMock.mockImplementation(name => {

0 commit comments

Comments
 (0)