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.
LocaVariables
1 parent 41ba98a commit f5cbb04Copy full SHA for f5cbb04
packages/node/test/integrations/localvariables.test.ts
@@ -148,7 +148,7 @@ const exceptionEvent100Frames = {
148
},
149
};
150
151
-describeIf(NODE_VERSION >= 18)('LocalVariables', () => {
+describeIf((NODE_VERSION.major || 0) >= 18)('LocalVariables', () => {
152
it('Adds local variables to stack frames', async () => {
153
expect.assertions(7);
154
0 commit comments