Merge branch 'INDA-330-pii-update' into 'main'
[ProtonMail-WebClient.git] / packages / encrypted-search / test / placeholder.spec.js
blobc031c064fe60a9aae278b12741ce98787a38502d
1 import { roundMilliseconds } from '../lib';
3 describe('placeholder', () => {
4 it('should round milliseconds', async () => {
5 expect(roundMilliseconds(1644340785178)).toEqual(1644340785);
6 });
7 });