Add test:browser task for running the test suite against the merged browser script.

This commit is contained in:
Sam Stephenson
2010-10-11 09:42:13 -05:00
parent de0b93381c
commit f360fba47f
11 changed files with 29 additions and 16 deletions

View File

@@ -1,2 +1,3 @@
# Check if we can import and execute a CoffeeScript-only module successfully.
ok require('./test_module').func() is "from over there"
if require?.extensions? or require?.registerExtension?
ok require('./test_module').func() is "from over there"