babel/bin/cache-tests
2014-11-04 08:03:52 +11:00

6 lines
146 B
JavaScript

#!/usr/bin/env node
var fs = require("fs");
var cache = require("../test/_helper").cache;
fs.writeFileSync("tests.json", JSON.stringify(cache));