Skip to content

Commit

Permalink
SDE-170: Missing LF added
Browse files Browse the repository at this point in the history
  • Loading branch information
Antreas Paschalis committed Aug 22, 2019
1 parent 35b96a0 commit aa74909
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/calculateUserDailyDigest.test.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { handler } from '../functions/calculateUserDailyDigest';

describe('calculateUserDailyDigest function', () => {
it('passes a test', async () => {
expect(true).toEqual(true);
});
});

0 comments on commit aa74909

Please sign in to comment.