add browser testing #17

This commit is contained in:
Sebastian McKenzie
2014-10-09 16:21:34 +11:00
parent 47b1512f3b
commit cb9cece2f8
7 changed files with 132 additions and 73 deletions

5
bin/generate-browser-test Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env node
var helper = require("../test/_helper");
console.log("(" + helper.run + ")(" + JSON.stringify(helper.getTests(), null, " ") + ", to5, proclaim)");