Skip to content

Commit 1b02524

Browse files
committed
test: add pending tests to the test suite
1 parent 3117d07 commit 1b02524

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

__tests__/cli/check.test.js

+10
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,13 @@ describe('list - Non-Interactive Mode', () => {
3434
await expect(availableChecksList).toEqual(relevantChecks)
3535
})
3636
})
37+
38+
describe('run - Interactive Mode', () => {
39+
test.todo('Should run the check when a valid name is provided')
40+
})
41+
describe('run - Non-Interactive Mode', () => {
42+
test.todo('Should throw an error when invalid name is provided')
43+
test.todo('Should throw an error when no name is provided')
44+
test.todo('Should throw an error when the check is not implemented')
45+
test.todo('Should run the check when a valid name is provided')
46+
})

0 commit comments

Comments
 (0)