mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
📝
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user