diff --git a/test/autotests/api-compiler/configure/test.js b/test/autotests/api-compiler/configure/test.js index 5f09267f4..0c75b8fd0 100644 --- a/test/autotests/api-compiler/configure/test.js +++ b/test/autotests/api-compiler/configure/test.js @@ -1,4 +1,4 @@ -exports.check = function(marko, markoCompiler, expect, done) { +exports.check = function(marko, markoCompiler, expect, done) { var compiler = require('marko/compiler'); compiler.configure(); // Use defaults expect(compiler.config.writeToDisk).to.equal(true);