Skip to content

Commit f5f23d2

Browse files
committed
chore: removed mustache related test
1 parent 9132377 commit f5f23d2

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

packages/core/test/engine_mustache_tests.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,6 @@ var testPatternsPath = path.resolve(__dirname, 'files', '_patterns');
99
var eol = require('os').EOL;
1010
var config = require('./util/patternlab-config.json');
1111

12-
// don't run these tests unless mustache is installed
13-
var engineLoader = require('../src/lib/pattern_engines');
14-
engineLoader.loadAllEngines(config);
15-
if (!engineLoader.mustache) {
16-
tap.test('Mustache engine not installed, skipping tests.', function (test) {
17-
test.end();
18-
});
19-
return;
20-
}
21-
2212
// fake pattern lab constructor:
2313
// sets up a fake patternlab object, which is needed by the pattern processing
2414
// apparatus.

0 commit comments

Comments
 (0)