mirror of
https://github.com/atom/atom.git
synced 2026-02-17 10:01:25 -05:00
The resourcePath should also be added to 'NODE_PATH'.
The core specs rely on this to find and run specs.
This commit is contained in:
@@ -16,7 +16,8 @@ setupNodePath= ->
|
||||
'vendor',
|
||||
'static',
|
||||
'node_modules',
|
||||
'spec'
|
||||
'spec',
|
||||
'',
|
||||
]
|
||||
|
||||
homeDir = process.env[if process.platform is 'win32' then 'USERPROFILE' else 'HOME']
|
||||
|
||||
Reference in New Issue
Block a user