Skip to content

Commit

Permalink
chore: Update test fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts committed Aug 1, 2024
1 parent 83e57bc commit eec954f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions integration/__tests__/scan-once.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ describe.sequential('scan-once', () => {

logs.should.contain('[log] [Verdaccio] Starting server...')
logs.should.contain('[log] [Verdaccio] Started successfully!')
logs.should.contain('[log] Publishing `say-hello-world-workspaces@1.0.0-secco-')
logs.should.contain('[log] Published `say-hello-world-workspaces@1.0.0-secco-')
logs.should.contain('[log] Publishing `say-hello-world@0.0.2-secco-')
logs.should.contain('[log] Published `say-hello-world@0.0.2-secco-')
logs.should.contain(`[debug] Detected package manager in destination: ${app.packageManager.split('@')[0]}`)
logs.should.contain('[log] Installing packages from local registry:')
logs.should.contain('[success] Installation finished successfully!')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"start": "node bin.mjs"
},
"dependencies": {
"say-hello-world-workspaces": "^1.0.0"
"say-hello-world": "^0.0.2"
}
}

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "say-hello-world",
"version": "0.0.2",
"packageManager": "pnpm@9.4.0",
"main": "index.mjs"
}

0 comments on commit eec954f

Please sign in to comment.