comments and tests

This commit is contained in:
Jeremy Ashkenas
2010-03-16 06:54:49 -04:00
parent 61dee1beba
commit e3021909c2
5 changed files with 17 additions and 16 deletions

View File

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