mirror of
https://github.com/sstent/node.git
synced 2026-01-27 23:51:45 +00:00
first post
This commit is contained in:
18
Nodejs-Socketio-Mysql-Demo/node_modules/wd/test/unit/basic-test.js
generated
vendored
Normal file
18
Nodejs-Socketio-Mysql-Demo/node_modules/wd/test/unit/basic-test.js
generated
vendored
Normal 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);
|
||||
Reference in New Issue
Block a user