Skip to content

Commit

Permalink
chore: missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
Lewis Thorley committed May 1, 2024
1 parent b2ad221 commit ab5d920
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/integration/telemetry.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ await withMockApi(routes, async () => {
command: 'dev:exec',
monorepo: false,
nodejsVersion,
packageManager: 'npm',
// TODO: this should be NPM however some CI tests are using pnpm which changes the value
packageManager: expect.stringMatching(/npm|pnpm/),
})
})

Expand Down

0 comments on commit ab5d920

Please sign in to comment.