This repository was archived by the owner on Mar 20, 2023. It is now read-only.
Commit 8194ae6
Compare uninitialized variables against undefined
Comparing against null will pass whether the variables were assigned the
request/response object or left undefined. However, the intention of the
expectation is to check that uninitialized variables were assigned a
value (i.e., not undefined).1 parent db43bfe commit 8194ae6
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
561 | 561 | | |
562 | 562 | | |
563 | 563 | | |
564 | | - | |
565 | | - | |
| 564 | + | |
| 565 | + | |
566 | 566 | | |
567 | 567 | | |
568 | 568 | | |
| |||
2175 | 2175 | | |
2176 | 2176 | | |
2177 | 2177 | | |
2178 | | - | |
| 2178 | + | |
2179 | 2179 | | |
2180 | 2180 | | |
2181 | 2181 | | |
| |||
0 commit comments