Files
node/Nodejs-Socketio-Mysql-Demo/node_modules/wd/test/unit/basic-test.js
2012-05-25 09:03:56 -04:00

19 lines
345 B
JavaScript

// 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);