Skip to content

Commit

Permalink
chore: lint files
Browse files Browse the repository at this point in the history
  • Loading branch information
UlisesGascon committed Dec 4, 2024
1 parent 1ede30c commit f67deb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions __tests__/cli.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ describe('Interactive Mode', () => {
expect(projects.length).toBe(1)
expect(projects[0].name).toBe('eslint')
expect(projects[0].category).toBe('impact')
//@TODO: Add test for githubUrls when it is implemented
// @TODO: Add test for githubUrls when it is implemented
})

test('Prevent to add a project that already exists', async () => {
Expand All @@ -66,7 +66,7 @@ describe('Non-Interactive Mode', () => {
expect(projects.length).toBe(1)
expect(projects[0].name).toBe('eslint')
expect(projects[0].category).toBe('impact')
//@TODO: Add test for githubUrls when it is implemented
// @TODO: Add test for githubUrls when it is implemented
})

test('Prevent to add a project that already exists', async () => {
Expand Down

0 comments on commit f67deb7

Please sign in to comment.