Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tgriesser committed May 26, 2022
1 parent c9f4b01 commit 59977f7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ function createDataContext (modeOptions?: Parameters<typeof createTestDataContex
context.coreData.cliBrowser = undefined

context._apis.browserApi.getBrowsers = sinon.stub().resolves(browsers)
context._apis.projectApi.insertProjectPreferencesToCache = sinon.stub()
context.actions.project.launchProject = sinon.stub().resolves()
context.project.getProjectPreferences = sinon.stub().resolves(null)

Expand Down

0 comments on commit 59977f7

Please sign in to comment.