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

14 lines
230 B
CoffeeScript

# nodeunit test
{runTestWith} = require '../common/basic-test-base'
exports.wd =
'basic test':
chrome: (runTestWith {}, {browserName:'chrome'})
firefox: (runTestWith {}, {browserName:'firefox'})