Sign in
chromium
/
devtools
/
devtools-frontend
/
main
/
.
/
node_modules
/
karma-coverage
/
examples
/
coffee
/
test.coffee
blob: c2187399c132c49c4d9a7c8c0ff18e6b02dccfd0 [
file
] [
log
] [
blame
]
describe
'plus'
,
->
it
'should pass'
,
->
true
is
true
it
'should work'
,
->
plus
(
1
,
2
)
is
3