Skip to content

Commit

Permalink
Fix new test
Browse files Browse the repository at this point in the history
  • Loading branch information
timfish committed May 27, 2024
1 parent d7e0e12 commit a44e99b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ conditionalTest({ min: 18 })('LocalVariables integration', () => {
test('Should not import inspector when not in use', done => {
createRunner(__dirname, 'deny-inspector.mjs')
.withFlags('--import=@sentry/node/import')
.ensureNoErrorOutput()
.ignore('session')
.start(done);
});
Expand Down

0 comments on commit a44e99b

Please sign in to comment.