From 181b78a02f69227c492553a02c2b13d981174b88 Mon Sep 17 00:00:00 2001 From: William Boman Date: Mon, 28 Sep 2015 22:32:50 +0200 Subject: [PATCH] test: add fixtures directory --- test/fixtures/.shout/config.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/fixtures/.shout/config.js diff --git a/test/fixtures/.shout/config.js b/test/fixtures/.shout/config.js new file mode 100644 index 00000000..3f900589 --- /dev/null +++ b/test/fixtures/.shout/config.js @@ -0,0 +1,5 @@ +var config = require("../../../defaults/config.js"); + +config.prefetch = true; + +module.exports = config;