Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
leizongmin committed Aug 19, 2013
1 parent 673ed16 commit e8cf73f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/test.js
Expand Up @@ -28,7 +28,7 @@ describe('render', function () {
'views': __dirname + '/views'
}
};
/*

it('normal', function (done) {
var render = liquid();
render('normal', merge(options), function (err, text) {
Expand Down Expand Up @@ -76,7 +76,7 @@ describe('render', function () {
done();
});
});
*/

it('include - relative path', function (done) {
var context = newContext();
var render = liquid({
Expand All @@ -88,7 +88,7 @@ describe('render', function () {
done();
});
});
return;

it('catch error', function (done) {
var c = newContext({timeout: 10});
var render = liquid();
Expand Down

0 comments on commit e8cf73f

Please sign in to comment.