restructure test directory

This commit is contained in:
Sebastian McKenzie
2014-10-11 22:42:31 +11:00
parent a1b2da49d7
commit bb9b7455b5
312 changed files with 24 additions and 25 deletions

View File

@@ -7,7 +7,7 @@ var path = require("path");
var fs = require("fs");
var _ = require("lodash");
var fixtureLoc = __dirname + "/bin-fixtures";
var fixtureLoc = __dirname + "/fixtures/bin";
var tmpLoc = __dirname + "/tmp";
var readFile = function (filename) {