We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7e0e12 commit a44e99bCopy full SHA for a44e99b
dev-packages/node-integration-tests/suites/public-api/LocalVariables/test.ts
@@ -79,6 +79,7 @@ conditionalTest({ min: 18 })('LocalVariables integration', () => {
79
test('Should not import inspector when not in use', done => {
80
createRunner(__dirname, 'deny-inspector.mjs')
81
.withFlags('--import=@sentry/node/import')
82
+ .ensureNoErrorOutput()
83
.ignore('session')
84
.start(done);
85
});
0 commit comments