mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
Published with an it.only... fixed
This commit is contained in:
parent
63852c158b
commit
92168f4114
@ -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);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user