mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
Restoring tests
This commit is contained in:
parent
4b23610a6a
commit
9b39f1048b
@ -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);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user