This website requires JavaScript.
Explore
Help
Sign In
embarklabs
/
embark
mirror of
https://github.com/embarklabs/embark.git
Watch
2
Star
0
Fork
You've already forked embark
0
Code
Issues
Projects
Releases
Wiki
Activity
9941d66708
embark
/
packages
/
plugins
/
suggestions
/
test
/
suggestions.spec.js
6 lines
111 B
JavaScript
Raw
Blame
History
describe
(
'plugins/suggestions'
,
(
)
=>
{
it
(
'should run test'
,
(
)
=>
{
expect
(
true
)
.
toBe
(
true
)
;
}
)
;
}
)
;
Reference in New Issue
View Git Blame
Copy Permalink