Skip to content

Commit

Permalink
remove test.only
Browse files Browse the repository at this point in the history
  • Loading branch information
sapiderman committed Jan 15, 2025
1 parent ebac248 commit f7ae3d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/logger/startup-message.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ describe('Startup message', () => {
})
})

describe.only('Skip startup test', () => {
describe('Skip startup test', () => {
it('should show startup message', () => {
// act
logStartupMessage({
Expand Down

0 comments on commit f7ae3d9

Please sign in to comment.