This commit is contained in:
Wliu
2016-04-14 14:19:09 +00:00
parent 09b88cd1d5
commit 58f029e92d

View File

@@ -8,7 +8,7 @@ describe 'ModuleCache', ->
beforeEach ->
spyOn(Module, '_findPath').andCallThrough()
it 'resolves atom shell module paths without hitting the filesystem', ->
it 'resolves Electron module paths without hitting the filesystem', ->
builtins = ModuleCache.cache.builtins
expect(Object.keys(builtins).length).toBeGreaterThan 0