mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-16 12:50:38 -07:00
fix istanbul report writting by mock.restore in test/util/error.js
This commit is contained in:
@@ -36,6 +36,9 @@ describe('engine#express()', function() {
|
||||
});
|
||||
});
|
||||
});
|
||||
after(function(){
|
||||
mock.restore();
|
||||
});
|
||||
it('should render templates', function(done) {
|
||||
request(app).get('/name')
|
||||
.expect('My name is harttle.')
|
||||
|
||||
Reference in New Issue
Block a user