Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
beforeEach(() => {
const path = UUID.uuid4() + '.py';
context = new Context({ manager, factory: modelFactory, path });
widget = new FileEditorCodeWrapper({
factory: options => factoryService.newDocumentEditor(options),
mimeTypeService,
context
});
});
beforeEach(() => {
const path = UUID.uuid4() + '.py';
context = new Context({ manager, factory: modelFactory, path });
widget = new FileEditorCodeWrapper({
factory: options => factoryService.newDocumentEditor(options),
mimeTypeService,
context
});
});