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 aaa33d4 commit 0c2b887Copy full SHA for 0c2b887
templates/javascript/tests/client/tests.mustache
@@ -40,7 +40,7 @@ describe('{{testType}}', () => {
40
expect(result).toEqual("{{{match.value}}}");
41
{{/match.isString}}
42
{{^match.isString}}
43
- expect(result).toEqual({{^match.isNull}}{{{match.value}}}{{/match.isNull}}{{#match.isNull}}null{{/match.isNull}});
+ expect(result).toEqual({{^match.isNull}}{{{match.value}}}{{/match.isNull}}{{#match.isNull}}undefined{{/match.isNull}});
44
45
{{/match.isPrimitive}}
46
{{^match.isPrimitive}}
0 commit comments