Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
beforeEach(() => {
context = new Context({
manager,
factory,
path: UUID.uuid4() + '.txt'
});
handler = new SaveHandler({ context });
return context.initialize(true);
});