UNPKG
pexe
Version:
latest (0.1.1)
0.1.1
0.1.0
The Windows Executables Viewer
gitlab.com/advaex/pexe
pexe
/
__tests__
/
pexe.test.ts
15 lines
(14 loc)
•
214 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
describe
(
'Pexe test'
, () => { test.
each
([ {
date
:
'now+1d'
,
expect
:
true
}, {
date
:
'now+1ddasdsadas'
,
expect
:
false
} ])(
''
, query => {
expect
(
5
).
toEqual
(
5
) }) })