diff --git a/test/index.js b/test/index.js index 3e7b4f5..fceec59 100644 --- a/test/index.js +++ b/test/index.js @@ -160,9 +160,6 @@ describe('Index generator', () => { res.layout.should.eql(custom_layout); }); - // Restore config - delete hexo.config.index_generator.layout; - }); });