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 25fc396 commit 562252aCopy full SHA for 562252a
packages/core/test/pattern_engines_tests.js
@@ -28,9 +28,8 @@ var engineNames = Object.keys(patternEngines);
28
tap.test(
29
'getEngineNameForPattern returns "mustache" from test pattern',
30
function (test) {
31
- var engineName = patternEngines.getEngineNameForPattern(
32
- mustacheTestPattern
33
- );
+ var engineName =
+ patternEngines.getEngineNameForPattern(mustacheTestPattern);
34
test.equal(engineName, 'mustache');
35
test.end();
36
}
0 commit comments