UNPKG
greenlantern
Version:
latest (2.0.1)
2.0.1
2.0.0
Just to have a basic thing green in the CICD
kane-thornwyrd/kpr
greenlantern
/
test
/
index.test.js
9 lines
(6 loc)
•
165 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
const
{ expect } =
require
(
'chai'
);
describe
(
'always winner'
,
() =>
{
it
(
'should always end by a success'
,
() =>
{
expect
(
true
).
to
.
be
.
equal
(
true
); }); });