Sign in
cobalt
/
cobalt
/
25f5f36f7ec10aaaebdc9eda48cd1423123bdd55
/
.
/
third_party
/
devtools
/
node_modules
/
karma-chrome-launcher
/
examples
/
simple
/
index.spec.js
blob: 3155b5cb433c4e5b4e3dfa1fdad1cc4d6e024288 [
file
]
/* eslint-env mocha */
describe
(
'ChromeLauncher'
,
function
()
{
it
(
'works'
,
function
()
{
return
1
+
1
===
2
})
})