From de2ffdf25dd637aed01cfbb56b0e02862696480d Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Sun, 4 Sep 2011 13:46:52 -0700 Subject: [PATCH] todo: testing --- src/bootstrap.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bootstrap.coffee b/src/bootstrap.coffee index 3e138f6be..2b54bfadd 100644 --- a/src/bootstrap.coffee +++ b/src/bootstrap.coffee @@ -5,6 +5,7 @@ root = OSX.NSBundle.mainBundle.resourcePath code = OSX.NSString.stringWithContentsOfFile path = "#{root}/src/require.js" __jsc__.evalJSString_withScriptPath code, path +# TODO: turn these into real unit tests OSX.NSLog 'require tests:' OSX.NSLog require.resolve 'underscore' OSX.NSLog require.resolve 'osx'