@@ -52,7 +52,7 @@ function testFindPartials(test, partialTests) {
5252 // docs on partial syntax are here:
5353 // https://patternlab.io/docs/including-patterns/
5454 var currentPattern = Pattern . create (
55- 'molecules/testing/test-mol.mustache ' , // relative path now
55+ 'molecules/testing/test-mol.hbs ' , // relative path now
5656 null , // data
5757 {
5858 template : partialTests . join ( eol ) ,
@@ -78,7 +78,7 @@ function testFindPartialsWithStyleModifiers(test, partialTests) {
7878 // docs on partial syntax are here:
7979 // https://patternlab.io/docs/including-patterns/
8080 var currentPattern = Pattern . create (
81- 'molecules/testing/test-mol.mustache ' , // relative path now
81+ 'molecules/testing/test-mol.hbs ' , // relative path now
8282 null , // data
8383 {
8484 template : partialTests . join ( eol ) ,
@@ -104,7 +104,7 @@ function testFindPartialsWithPatternParameters(test, partialTests) {
104104 // docs on partial syntax are here:
105105 // https://patternlab.io/docs/including-patterns/
106106 var currentPattern = Pattern . create (
107- 'molecules/testing/test-mol.mustache ' , // relative path now
107+ 'molecules/testing/test-mol.hbs ' , // relative path now
108108 null , // data
109109 {
110110 template : partialTests . join ( eol ) ,
0 commit comments