mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-17 11:01:25 -05:00
updating module loading test
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
# Check if it can import a coffeescript-only module and check its output
|
||||
ok (require 'test_module').foo is "bar"
|
||||
# Check if it can import and execute a coffeescript-only module successfully.
|
||||
ok require('test_module').func() is "from over there"
|
||||
Reference in New Issue
Block a user