mirror of
https://github.com/sstent/node.git
synced 2026-01-27 07:33:13 +00:00
19 lines
345 B
JavaScript
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);
|