mirror of
https://github.com/sstent/node.git
synced 2026-01-27 15:41:43 +00:00
14 lines
230 B
CoffeeScript
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'})
|
|
|
|
|
|
|
|
|
|
|