UNPKG

146 BPlain TextView Raw
1#!/usr/bin/env node
2
3var fs = require("fs");
4var cache = require("../test/_helper").cache;
5fs.writeFileSync("tests.json", JSON.stringify(cache));