Skip to content

Commit

Permalink
test(route): remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Dec 31, 2024
1 parent e4b95c7 commit 60ac180
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/unit/commands/RouteListCommandTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ export default class RouteListCommandTest extends BaseCommandTest {
public async shouldBeAbleToListAllRoutesRegisteredInTheHttpServer({ command }: Context) {
const output = await command.run('route:list')

console.log(output.output)

output.assertSucceeded()
output.assertLogged('[ LISTING ROUTES ]')
output.assertLogged('GET|HEAD')
Expand Down

0 comments on commit 60ac180

Please sign in to comment.