UNPKG
@chainsafe/eslint-config
Version:
latest (2.2.4)
2.2.4
2.2.3
2.2.2
2.1.1
2.0.0
1.1.0
1.0.0
github.com/ChainSafe/eslint-config
@chainsafe/eslint-config
/
src
/
index.spec.ts
8 lines
(6 loc)
•
141 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
{ expect }
from
"chai"
;
describe
(
"some test"
,
function
(
) {
it
(
"test"
,
function
(
) {
expect
(
true
).
to
.
be
.
equal
(
true
); }); });