UNPKG
jdvance
Version:
latest (613.4.1)
613.4.1
513.3.0
502.1.0
102.0.0
10.0.1
6.2.1
6.2.0
5.3.2
5.3.1
5.3.0
2.1.0
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.0.0
the final say in asserts
jdvance
/
test
/
another.test.js
8 lines
(5 loc)
•
165 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
{ it }
from
"../lib/index.js"
;
it
(
"is another test..."
,
(
a
) =>
{
let
pweeze =
false
; a.
expect
(pweeze).
to
.
not
.
be
.
equal
(
true
,
"pweeze is false"
); });