Skip to content

Commit

Permalink
chore: upgrade install-pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Aug 27, 2024
1 parent 27dfcea commit 544acda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"@adonisjs/http-server": "^7.2.3",
"@adonisjs/logger": "^6.0.3",
"@adonisjs/repl": "^4.0.1",
"@antfu/install-pkg": "^0.3.3",
"@antfu/install-pkg": "^0.4.1",
"@paralleldrive/cuid2": "^2.2.2",
"@poppinss/macroable": "^1.0.2",
"@poppinss/utils": "^6.7.3",
Expand Down
2 changes: 1 addition & 1 deletion tests/commands/add.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ test.group('Install', (group) => {
await command.exec()

command.assertExitCode(1)
command.assertLogMatches(/pnpm install.*inexistent exited/)
command.assertLogMatches(/Process exited with non-zero status/)
})

test('display error if configure fail', async ({ fs }) => {
Expand Down

0 comments on commit 544acda

Please sign in to comment.