mirror of
https://github.com/sstent/node.git
synced 2026-01-27 15:41:43 +00:00
first post
This commit is contained in:
14
Nodejs-Socketio-Mysql-Demo/node_modules/wd/test/unit/basic-test.coffee
generated
vendored
Normal file
14
Nodejs-Socketio-Mysql-Demo/node_modules/wd/test/unit/basic-test.coffee
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
# nodeunit test
|
||||
|
||||
{runTestWith} = require '../common/basic-test-base'
|
||||
|
||||
exports.wd =
|
||||
'basic test':
|
||||
chrome: (runTestWith {}, {browserName:'chrome'})
|
||||
|
||||
firefox: (runTestWith {}, {browserName:'firefox'})
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user