You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test.equals(util.sanitized(testPattern.extendedTemplate),util.sanitized('<h1></h1><p>A life is like a garden. Perfect moments can be had, but not preserved, except in memory.</p>'));
36
+
test.equals(util.sanitized(testPattern.extendedTemplate),util.sanitized('<h1>{{foo}}</h1><p>A life is like a garden. Perfect moments can be had, but not preserved, except in memory.</p>'));
37
37
test.end();
38
38
}).catch(test.threw);
39
39
}).catch(test.threw);
40
40
});
41
41
42
-
tap.test('parameter hunter finds partials with their own parameters and renders them too',function(test){
42
+
tap.only('parameter hunter finds partials with their own parameters and renders them too',function(test){
43
43
//arrange
44
44
constpl=util.fakePatternLab(testPatternsPath);
45
45
@@ -55,8 +55,25 @@ tap.test('parameter hunter finds partials with their own parameters and renders
0 commit comments