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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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();
});