This website requires JavaScript.
Explore
Help
Sign In
cha0s
/
latus
Watch
1
Star
0
Fork
0
You've already forked latus
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
173de3a7a2
latus
/
packages
/
http
/
test
/
exists.js
6 lines
82 B
JavaScript
Raw
Normal View
History
Unescape
Escape
chore: tidy
2021-01-22 23:41:36 -06:00
import
{
expect
}
from
'chai'
;
chore: tidy
2021-01-23 13:26:11 -06:00
it
(
'exists'
,
(
)
=>
{
expect
(
true
)
.
to
.
be
.
true
;
chore: tidy
2021-01-22 23:41:36 -06:00
}
)
;
Reference in New Issue
Copy Permalink