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'