1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00
jashkenas--coffeescript/test/test_importing.coffee

2 lines
133 B
CoffeeScript
Raw Normal View History

2010-03-16 02:08:58 -04:00
# Check if it can import and execute a coffeescript-only module successfully.
2010-03-16 06:54:49 -04:00
ok require('./test_module').func() is "from over there"