blob: 3155b5cb433c4e5b4e3dfa1fdad1cc4d6e024288 [file] [log] [blame]
/* eslint-env mocha */
describe('ChromeLauncher', function () {
it('works', function () {
return 1 + 1 === 2
})
})