change behaviour of tests and browser testing/build
This commit is contained in:
5
bin/cache-tests
Normal file
5
bin/cache-tests
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
var fs = require("fs");
|
||||
var cache = require("../test/_helper").cache;
|
||||
fs.writeFileSync("tests.json", JSON.stringify(cache));
|
||||
@@ -1,6 +0,0 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
var helper = require("../test/_helper");
|
||||
var util = require("../lib/6to5/util");
|
||||
|
||||
console.log("(" + helper.runTransformationTests + ")(" + JSON.stringify(helper.getTransformationTests()) + ", to5, proclaim)");
|
||||
Reference in New Issue
Block a user