jashkenas--coffeescript/test/test_importing.coffee

2 lines
133 B
CoffeeScript
Raw Normal View History

# Check if we can import and execute a CoffeeScript-only module successfully.
2010-03-16 10:54:49 +00:00
ok require('./test_module').func() is "from over there"