Updated tests

This commit is contained in:
Patrick Steele-Idem 2014-10-28 19:24:38 -06:00
parent def98e93a3
commit 24d4ba4fa9
2 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ describe('marko/marko' , function() {
testRender('test-project/custom-tag.marko', {}, done);
});
it.only("should allow for text replacement", function(done) {
it("should allow for text replacement", function(done) {
testRender("test-project/html-templates/text-replacement.marko", {
zero: 0,
person: {

View File

@ -1 +1 @@
Hello John. You are from San Jose, CA
Hello John. You are from San Jose, CA Zero: 0