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 5917ca6 commit b44a398
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/validators/TestValidator.ts

This file was deleted.

1 change: 1 addition & 0 deletions tests/helpers/BaseCommandTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export class BaseCommandTest {

@AfterEach()
public async afterEach() {
await Folder.safeRemove(Path.validators())
await Folder.safeRemove(Path.fixtures('storage'))

await new File(Path.pwd('package.json')).setContent(this.originalPackageJson)
Expand Down
2 changes: 2 additions & 0 deletions tests/unit/commands/MakeValidatorCommandTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ export default class MakeValidatorCommandTest extends BaseCommandTest {
public async shouldBeAbleToCreateAValidatorFile({ assert, command }: Context) {
const output = await command.run('make:validator TestValidator')

console.log(output.output)

output.assertSucceeded()
output.assertLogged('[ MAKING VALIDATOR ]')
output.assertLogged('[ success ] Validator "TestValidator" successfully created.')
Expand Down

0 comments on commit b44a398

Please sign in to comment.