This website requires JavaScript.
Explore
Help
Sign In
cha0s
/
avocado
Watch
1
Star
0
Fork
0
You've already forked avocado
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
e31beefec8
avocado
/
packages
/
timing
/
test
/
transition.js
6 lines
82 B
JavaScript
Raw
Normal View
History
Unescape
Escape
flow: testing
2021-01-05 02:47:30 -06:00
import
{
expect
}
from
'chai'
;
refactor: testing
2021-01-05 11:25:37 -06:00
it
(
'exists'
,
(
)
=>
{
expect
(
true
)
.
to
.
be
.
true
;
flow: testing
2021-01-05 02:47:30 -06:00
}
)
;
Reference in New Issue
Copy Permalink