Skip to content

Commit 5c5fa5a

Browse files
committed
Fix test
1 parent 76b9504 commit 5c5fa5a

File tree

1 file changed

+1
-1
lines changed
  • packages/integration-tests/fixtures/release-value-with-quotes/input

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// Simply output the metadata to the console so it can be checked in a test
22
// eslint-disable-next-line no-console, @typescript-eslint/no-unsafe-member-access
3-
console.log(JSON.stringify(global.SENTRY_RELEASE.id));
3+
console.log(global.SENTRY_RELEASE.id);

0 commit comments

Comments
 (0)