@@ -52,7 +52,7 @@ function testFindPartials(test, partialTests) {
52
52
// docs on partial syntax are here:
53
53
// https://patternlab.io/docs/including-patterns/
54
54
var currentPattern = Pattern . create (
55
- 'molecules/testing/test-mol.mustache ' , // relative path now
55
+ 'molecules/testing/test-mol.hbs ' , // relative path now
56
56
null , // data
57
57
{
58
58
template : partialTests . join ( eol ) ,
@@ -78,7 +78,7 @@ function testFindPartialsWithStyleModifiers(test, partialTests) {
78
78
// docs on partial syntax are here:
79
79
// https://patternlab.io/docs/including-patterns/
80
80
var currentPattern = Pattern . create (
81
- 'molecules/testing/test-mol.mustache ' , // relative path now
81
+ 'molecules/testing/test-mol.hbs ' , // relative path now
82
82
null , // data
83
83
{
84
84
template : partialTests . join ( eol ) ,
@@ -104,7 +104,7 @@ function testFindPartialsWithPatternParameters(test, partialTests) {
104
104
// docs on partial syntax are here:
105
105
// https://patternlab.io/docs/including-patterns/
106
106
var currentPattern = Pattern . create (
107
- 'molecules/testing/test-mol.mustache ' , // relative path now
107
+ 'molecules/testing/test-mol.hbs ' , // relative path now
108
108
null , // data
109
109
{
110
110
template : partialTests . join ( eol ) ,
0 commit comments