Skip to content

Commit

Permalink
chore(npm): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Aug 26, 2024
1 parent 35cab68 commit 72c2b30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@
"test": "./templates/test.edge",
"test-console": "./templates/test-console.edge",
"test-http": "./templates/test-http.edge",
"test-cron": "./templates/test-cron.edge",
"test-fn": "./templates/test-fn.edge",
"command": "node_modules/@athenna/artisan/templates/command.edge",
"controller": "node_modules/@athenna/http/templates/controller.edge",
Expand Down
2 changes: 2 additions & 0 deletions tests/unit/commands/MakeTestCommandTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ export default class MakeTestCommandTest extends BaseCommandTest {
public async shouldBeAbleToCreateATestFileUsingCronTemplate({ assert, command }: Context) {
const output = await command.run('make:test TestTest --cron')

console.log(output.output)

output.assertSucceeded()
output.assertLogged('[ MAKING TEST ]')
output.assertLogged('[ success ] Test "TestTest" successfully created.')
Expand Down

0 comments on commit 72c2b30

Please sign in to comment.