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 9a298c4 commit a3a81bcCopy full SHA for a3a81bc
tests/tests/src/core/Core_NullableTests.mjs
@@ -7,7 +7,7 @@ function shouldHandleNullableValues() {
7
let tUndefined = undefined;
8
let tValue = "hello";
9
let tmp;
10
- tmp = (tNull === null || tNull === undefined) && tNull === null ? true : false;
+ tmp = tNull === null || tNull === undefined ? true : false;
11
Test.run([
12
[
13
"Core_NullableTests.res",
0 commit comments