We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3117d07 commit 1b02524Copy full SHA for 1b02524
__tests__/cli/check.test.js
@@ -34,3 +34,13 @@ describe('list - Non-Interactive Mode', () => {
34
await expect(availableChecksList).toEqual(relevantChecks)
35
})
36
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
46
0 commit comments