Skip to content

Commit

Permalink
fix(case): adjust case of test folders on make
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Aug 9, 2023
1 parent fae7a96 commit 711f224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/helpers/BaseCommandTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export class BaseCommandTest {
await Folder.safeRemove(Path.config())
await Folder.safeRemove(Path.providers())
await Folder.safeRemove(Path.resources())
await Folder.safeRemove(Path.tests('E2E'))
await Folder.safeRemove(Path.tests('e2e'))

await File.safeRemove(Path.pwd('.env'))
await File.safeRemove(Path.pwd('.env.test'))
Expand Down

0 comments on commit 711f224

Please sign in to comment.