mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
Fixed test
This commit is contained in:
parent
3d38159795
commit
a5ce5182b6
@ -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');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user