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 1f221e0 commit 9470c65Copy full SHA for 9470c65
packages/core/test/lib/scope.test.ts
@@ -875,7 +875,7 @@ describe('withScope()', () => {
875
});
876
877
878
- it('will always make the inner most passed scope the current scope when nesting calls', done => {
+ it('will always make the inner most passed scope the current isolation scope when nesting calls', done => {
879
withIsolationScope(_scope1 => {
880
withIsolationScope(scope2 => {
881
expect(getIsolationScope()).toBe(scope2);
0 commit comments