We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0398e42 commit 74900efCopy full SHA for 74900ef
1 file changed
test/engine_handlebars_tests.js
@@ -200,11 +200,6 @@ exports['engine_handlebars'] = {
200
201
//act
202
test.equals(testPattern.render(), 'Here\'s the hidden atom: [I\'m the hidden atom\n]\n');
203
-
204
- //assert
205
- // test.equals(patternlab.patterns.length, 1);
206
- // test.equals(patternlab.partials['test-bar'] != undefined, true);
207
- // test.equals(patternlab.partials['test-bar'], 'bar');
208
test.done();
209
}
210
};
0 commit comments