Migration and data access functions for stories

This commit is contained in:
Scott Nonnenberg
2021-12-08 11:52:46 -08:00
committed by GitHub
parent 9f4a01c535
commit fdc9885baa
18 changed files with 3428 additions and 202 deletions

View File

@@ -23,7 +23,7 @@ const {
saveMessage,
} = dataInterface;
describe('sendLog', () => {
describe('sql/sendLog', () => {
beforeEach(async () => {
await removeAllSentProtos();
});