Skip to content

Commit f5cbb04

Browse files
authored
test(node): Fix conditional test in LocaVariables tests (#7759)
1 parent 41ba98a commit f5cbb04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/node/test/integrations/localvariables.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ const exceptionEvent100Frames = {
148148
},
149149
};
150150

151-
describeIf(NODE_VERSION >= 18)('LocalVariables', () => {
151+
describeIf((NODE_VERSION.major || 0) >= 18)('LocalVariables', () => {
152152
it('Adds local variables to stack frames', async () => {
153153
expect.assertions(7);
154154

0 commit comments

Comments
 (0)