first post

This commit is contained in:
2012-05-25 09:03:56 -04:00
commit 6a753904b7
609 changed files with 252648 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
// Generated by CoffeeScript 1.3.2
(function() {
var runTestWith;
runTestWith = require('../common/basic-test-base').runTestWith;
exports.wd = {
'basic test': {
chrome: runTestWith({}, {
browserName: 'chrome'
}),
firefox: runTestWith({}, {
browserName: 'firefox'
})
}
};
}).call(this);