Skip to content

Commit 0c2b887

Browse files
committed
chore: isNull but undefined
1 parent aaa33d4 commit 0c2b887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/javascript/tests/client/tests.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ describe('{{testType}}', () => {
4040
expect(result).toEqual("{{{match.value}}}");
4141
{{/match.isString}}
4242
{{^match.isString}}
43-
expect(result).toEqual({{^match.isNull}}{{{match.value}}}{{/match.isNull}}{{#match.isNull}}null{{/match.isNull}});
43+
expect(result).toEqual({{^match.isNull}}{{{match.value}}}{{/match.isNull}}{{#match.isNull}}undefined{{/match.isNull}});
4444
{{/match.isString}}
4545
{{/match.isPrimitive}}
4646
{{^match.isPrimitive}}

0 commit comments

Comments
 (0)