summaryrefslogtreecommitdiffstats
path: root/test/includes.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/includes.js')
-rw-r--r--test/includes.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/includes.js b/test/includes.js
index 09f76d3..6954d3f 100644
--- a/test/includes.js
+++ b/test/includes.js
@@ -9,7 +9,7 @@ var FIXTURES_DIR = path.join(__dirname, './fixtures/');
function loadPage (name, options) {
var CONTENT = fs.readFileSync(FIXTURES_DIR + name + '.md', 'utf8');
- return page(CONTENT, options);
+ return page(CONTENT, options).sections;
}