Files
coffeescript/test/test_importing.coffee
Jeremy Ashkenas e3021909c2 comments and tests
2010-03-16 06:54:49 -04:00

2 lines
133 B
CoffeeScript

# Check if it can import and execute a coffeescript-only module successfully.
ok require('./test_module').func() is "from over there"