Skip to content

Commit 6673bc0

Browse files
committed
cleanup
1 parent 7c91b7b commit 6673bc0

File tree

1 file changed

+3
-0
lines changed
  • dev-packages/node-integration-tests/suites/express/handle-error-scope-data-loss

1 file changed

+3
-0
lines changed

dev-packages/node-integration-tests/suites/express/handle-error-scope-data-loss/test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ test('withScope scope is NOT applied to thrown error caught by global handler',
5050
expect(() => runner.makeRequest('get', '/test/withScope')).rejects.toThrow();
5151
});
5252

53+
/**
54+
* This test shows that the isolation scope set tags are applied correctly to the error.
55+
*/
5356
test('isolation scope is applied to thrown error caught by global handler', done => {
5457
const runner = createRunner(__dirname, 'server.ts')
5558
.ignore('session', 'sessions')

0 commit comments

Comments
 (0)