repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'INDA-330-pii-update' into 'main'
[ProtonMail-WebClient.git]
/
packages
/
encrypted-search
/
test
/
placeholder.spec.js
blob
c031c064fe60a9aae278b12741ce98787a38502d
1
import
{
roundMilliseconds
}
from
'../lib'
;
2
3
describe
(
'placeholder'
, () => {
4
it
(
'should round milliseconds'
,
async
() => {
5
expect
(
roundMilliseconds
(
1644340785178
)).
toEqual
(
1644340785
);
6
});
7
});