Tests/notebook find tests (#8827)

* updates to existing book tests

* notebookFindModal tests

* remove commented code

* undo book test changes

* undo book test changes

* resolve the find array

* additional tests
This commit is contained in:
Maddy
2020-01-07 16:35:28 -08:00
committed by GitHub
parent 6070922579
commit b1526603cc
3 changed files with 242 additions and 44 deletions

View File

@@ -462,7 +462,7 @@ export abstract class NotebookInput extends EditorInput {
}
}
class NotebookEditorContentManager implements IContentManager {
export class NotebookEditorContentManager implements IContentManager {
constructor(
private notebookInput: NotebookInput,
@IInstantiationService private readonly instantiationService: IInstantiationService) {