Skip to content

Commit 2eba0e6

Browse files
committed
test: add pending tests to the test suite
1 parent a229df8 commit 2eba0e6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

__tests__/cli/workflows.test.js

+4
Original file line numberDiff line numberDiff line change
@@ -136,3 +136,7 @@ describe('run upsert-github-repositories', () => {
136136
})
137137
test.todo('Should throw an error when the Github API is not available')
138138
})
139+
140+
describe('run run-all-checks', () => {
141+
test.todo('Should run all the compliance checks for the stored data')
142+
})

0 commit comments

Comments
 (0)