Skip to content

Commit a1498a8

Browse files
committed
chore: remove useless comment
1 parent aee94b8 commit a1498a8

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

__tests__/cli/workflows.test.js

-11
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,6 @@ describe('run GENERIC - Non-Interactive Mode', () => {
4848
})
4949

5050
describe('run update-github-orgs', () => {
51-
// // Mock inquirer for testing
52-
// jest.spyOn(inquirer, 'prompt').mockImplementation(async (questions) => {
53-
// const questionMap = {
54-
// 'What is the name of the workflow?': 'update-github-orgs'
55-
// }
56-
// return questions.reduce((acc, question) => {
57-
// acc[question.name] = questionMap[question.message]
58-
// return acc
59-
// }, {})
60-
// })
61-
6251
test('Should throw an error when no Github orgs are stored in the database', async () => {
6352
const projects = await getAllProjects(knex)
6453
expect(projects.length).toBe(0)

0 commit comments

Comments
 (0)