fix: Cause of sporadic test failures in CI, promise not returned for flushdb

This commit is contained in:
Tom Moor
2021-06-13 14:52:24 -07:00
parent 89f8df619c
commit 65be808556

View File

@ -16,10 +16,10 @@ jest.mock("aws-sdk", () => {
});
beforeEach(() => {
flushdb();
// $FlowFixMe
sendEmail.mockReset();
return flushdb();
});
describe("accountProvisioner", () => {