diff --git a/test/autotests/api/write-to-disk-load/test.js b/test/autotests/api/write-to-disk-load/test.js index 500e7dfbc..9de3193e3 100644 --- a/test/autotests/api/write-to-disk-load/test.js +++ b/test/autotests/api/write-to-disk-load/test.js @@ -2,6 +2,10 @@ var nodePath = require('path'); var fs = require('fs'); exports.check = function(marko, markoCompiler, expect, done) { + require('marko/compiler').configure({ + writeToDisk: true + }); + var compiledPath; var templatePath = nodePath.join(__dirname, 'template.marko');