We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61f8cb7 commit e459d2fCopy full SHA for e459d2f
tests/unit/commands/RouteListCommandTest.ts
@@ -15,8 +15,6 @@ export default class RouteListCommandTest extends BaseCommandTest {
15
public async shouldBeAbleToListAllRoutesRegisteredInTheHttpServer({ command }: Context) {
16
const output = await command.run('route:list')
17
18
- console.log(output.output.stderr)
19
-
20
output.assertSucceeded()
21
output.assertLogged('[ LISTING ROUTES ]')
22
output.assertLogged('GET|HEAD')
0 commit comments