node-query/node_modules/nodeunit/test/fixtures/coffee/mock_coffee_module.coffee

5 lines
64 B
CoffeeScript
Raw Normal View History

2014-10-20 16:56:45 -04:00
j = 0
j += i for i in [0..5]
exports.name = "mock_coffee_#{j}"