Skip to content

Commit

Permalink
test: add pending tests to the test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
UlisesGascon committed Dec 6, 2024
1 parent 0c936c0 commit b758b15
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions __tests__/cli/workflows.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,7 @@ describe('run upsert-github-repositories', () => {
})
test.todo('Should throw an error when the Github API is not available')
})

describe('run run-all-checks', () => {
test.todo('Should run all the compliance checks for the stored data')
})

0 comments on commit b758b15

Please sign in to comment.