Skip to content

Commit

Permalink
ammend
Browse files Browse the repository at this point in the history
  • Loading branch information
saintsebastian committed Apr 12, 2017
1 parent 7dbb6ee commit 877bec1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/cmd/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ export type CmdRunOptions = {|
firefoxApp: typeof defaultFirefoxApp,
firefoxClient: typeof defaultFirefoxClient,
reloadStrategy: typeof defaultReloadStrategy,
addonReload: typeof defaultAddonReload,
ExtensionRunnerClass?: typeof ExtensionRunner,
|};

Expand All @@ -248,7 +247,6 @@ export default async function run(
firefoxApp = defaultFirefoxApp,
firefoxClient = defaultFirefoxClient,
reloadStrategy = defaultReloadStrategy,
addonReload = defaultAddonReload,
ExtensionRunnerClass = ExtensionRunner,
}: CmdRunOptions = {}): Promise<Object> {

Expand Down
1 change: 0 additions & 1 deletion tests/unit/test-cmd/test.run.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ describe('run', () => {
reloadStrategy: sinon.spy(() => {
log.debug('fake: reloadStrategy()');
}),
addonReload: sinon.spy(),
};

return {
Expand Down

0 comments on commit 877bec1

Please sign in to comment.