Published with an it.only... fixed

This commit is contained in:
Patrick Steele-Idem 2015-02-04 17:28:02 -07:00
parent 63852c158b
commit 92168f4114

View File

@ -159,7 +159,7 @@ describe('marko/marko' , function() {
testRender("test-project/html-templates/looping.marko", {}, done); testRender("test-project/html-templates/looping.marko", {}, done);
}); });
it.only("should allow for looping (native for-loop)", function(done) { it("should allow for looping (native for-loop)", function(done) {
testRender("test-project/html-templates/looping-native-for-loop.marko", {}, done); testRender("test-project/html-templates/looping-native-for-loop.marko", {}, done);
}); });