Skip to content

Commit 0c0b758

Browse files
JPeer264nicohrubec
andauthored
Update index.cjs
Co-authored-by: Nicolas Hrubec <[email protected]>
1 parent 27ea586 commit 0c0b758

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • dev-packages/bundler-plugin-integration-tests/fixtures/sentry-stub

‎dev-packages/bundler-plugin-integration-tests/fixtures/sentry-stub/index.cjs‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
* The real CLI talks to Sentry over HTTP. In these tests we only care about *which* commands the
77
* bundler plugin issues and with what arguments, so this stub records each call to
88
* `sentry-cli-mock.json` (under `SENTRY_TEST_OUT_DIR`) as a flat CLI-style argument array and
9-
* resolves without doing any network work. This mirrors the previous approach of patching
10-
* `@sentry/cli`'s `execute()` to dump its args.
9+
* resolves without doing any network work.
1110
*/
1211

1312
const fs = require('fs');

0 commit comments

Comments
 (0)