cursorless icon indicating copy to clipboard operation
cursorless copied to clipboard

Unify test harness set up

Open AndreasArvidsson opened this issue 2 years ago • 0 comments

Today the recorded test has the context/snapshot needed for the test case. This api should be available for manual test as well. Preferably mocked settings would be added to this api surface.

setupTest({
  language: "javascript",
  documentContent: "hello world",
  selections: [],
  settings: {
    commandHistory: true
  }
})

AndreasArvidsson avatar Dec 12 '23 17:12 AndreasArvidsson