fixed some doc issues, and reorganized the browser tests. Rather than running one per build, now a unit test page is run, and a build test page is run
This commit is contained in:
@ -1,13 +0,0 @@
|
||||
var argv = require('optimist')
|
||||
.options({
|
||||
browser: {
|
||||
default: null,
|
||||
string: true
|
||||
},
|
||||
es_branch: {
|
||||
default: 'master',
|
||||
string: true
|
||||
}
|
||||
}).argv;
|
||||
|
||||
console.log(argv);
|
||||
Reference in New Issue
Block a user