mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Pass deserializerManager in Workspace
This commit is contained in:
@@ -78,7 +78,7 @@ beforeEach ->
|
||||
setRepresentedFilename: jasmine.createSpy('setRepresentedFilename'),
|
||||
setDocumentEdited: atom.setDocumentEdited.bind(atom), atomVersion: atom.getVersion(),
|
||||
clipboard: atom.clipboard, viewRegistry: atom.views, grammarRegistry: atom.grammars,
|
||||
assert: atom.assert.bind(atom)
|
||||
assert: atom.assert.bind(atom), deserializerManager: atom.deserializers
|
||||
})
|
||||
atom.themes.workspace = atom.workspace
|
||||
|
||||
|
||||
Reference in New Issue
Block a user