jashkenas--coffeescript/test/test_importing.coffee

2 lines
133 B
CoffeeScript

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