This website requires JavaScript.
Explore
Help
Sign In
github-migration
/
flowerbox
Watch
1
Star
0
Fork
0
You've already forked flowerbox
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e274c91c9f
flowerbox
/
spec
/
javascripts
/
test_spec.js
7 lines
110 B
JavaScript
Raw
Normal View
History
Unescape
Escape
simplfy, always use server for file delivery
2012-02-29 19:23:56 +00:00
describe
(
"cats"
,
function
(
)
{
it
(
"should hiss"
,
function
(
)
{
expect
(
"hiss"
)
.
toEqual
(
"hiss"
)
;
}
)
;
}
)
;
a ton more hacking
2012-03-02 18:28:52 +00:00
Reference in New Issue
Copy Permalink