Skip to content

Commit

Permalink
chore: remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Apr 8, 2024
1 parent 80d00e0 commit 5a5ca1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/config/test/resolution.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ describe('correctly defines api flag', () => {
})
})

describe.only.each([
describe.each([
'--inspect',
'--inspect-brk',
])('correctly parses %s flags', (inspectFlagName) => {
Expand Down

0 comments on commit 5a5ca1c

Please sign in to comment.