We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dce1077 commit f63ce31Copy full SHA for f63ce31
5 files changed
spec/find-spec.js
@@ -11,7 +11,7 @@ describe('Find', () => {
11
atom.workspace.addOpener(DeferredEditorItem.opener)
12
13
const activationPromise = atom.packages.activatePackage('find-and-replace')
14
- atom.commands.dispatch(atom.views.getView(atom.workspace), 'find-and-replace:show')
+ await atom.commands.dispatch(atom.views.getView(atom.workspace), 'find-and-replace:show')
15
await activationPromise
16
17
spyOn(BufferSearch.prototype, 'setEditor')
0 commit comments