Restoring tests

This commit is contained in:
Patrick Steele-Idem 2014-12-10 22:11:41 -07:00
parent 4b23610a6a
commit 9b39f1048b

View File

@ -351,7 +351,7 @@ describe('marko/marko' , function() {
}, done); }, done);
}); });
it.only("should handle 'body-only-if' correctly", function(done) { it("should handle 'body-only-if' correctly", function(done) {
testRender("test-project/html-templates/body-only-if.marko", { testRender("test-project/html-templates/body-only-if.marko", {
url: '/foo' url: '/foo'
}, done); }, done);