Skip to content

Commit 74900ef

Browse files
committed
more cleanup in hbs test
1 parent 0398e42 commit 74900ef

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/engine_handlebars_tests.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -200,11 +200,6 @@ exports['engine_handlebars'] = {
200200

201201
//act
202202
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');
208203
test.done();
209204
}
210205
};

0 commit comments

Comments
 (0)