Commit fda28e8
cod1k
Fix possible undefined access in error test assertions
Updated the test to safely handle potential undefined values in the stacktrace frames. This prevents runtime errors during test execution and ensures robust validation of error handling logic.1 parent 2346b82 commit fda28e8
File tree
1 file changed
+2
-2
lines changed- dev-packages/e2e-tests/test-applications/node-express/tests
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
| 40 | + | |
| 41 | + | |
42 | 42 | | |
0 commit comments