restructure testing infrastructure to be more modular
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
var fs = require("fs");
|
||||
var cache = require("../test/_helper").cache;
|
||||
var cache = require("../test/core/_helper").cache;
|
||||
fs.writeFileSync("tests.json", JSON.stringify(cache));
|
||||
Reference in New Issue
Block a user