mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
Updated tests
This commit is contained in:
parent
def98e93a3
commit
24d4ba4fa9
@ -88,7 +88,7 @@ describe('marko/marko' , function() {
|
|||||||
testRender('test-project/custom-tag.marko', {}, done);
|
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", {
|
testRender("test-project/html-templates/text-replacement.marko", {
|
||||||
zero: 0,
|
zero: 0,
|
||||||
person: {
|
person: {
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
Hello John. You are from San Jose, CA
|
Hello John. You are from San Jose, CA Zero: 0
|
||||||
Loading…
x
Reference in New Issue
Block a user