Skip to content

Commit e459d2f

Browse files
committed
chore(npm): update dependencies
1 parent 61f8cb7 commit e459d2f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/unit/commands/RouteListCommandTest.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ export default class RouteListCommandTest extends BaseCommandTest {
1515
public async shouldBeAbleToListAllRoutesRegisteredInTheHttpServer({ command }: Context) {
1616
const output = await command.run('route:list')
1717

18-
console.log(output.output.stderr)
19-
2018
output.assertSucceeded()
2119
output.assertLogged('[ LISTING ROUTES ]')
2220
output.assertLogged('GET|HEAD')

0 commit comments

Comments
 (0)