Skip to content

Commit 9132377

Browse files
committed
refactor: changed mustache to handlebars extensions
1 parent 82d79c2 commit 9132377

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/core/test/engine_mustache_tests.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)