7 lines
124 B
JavaScript
Executable file
7 lines
124 B
JavaScript
Executable file
/* eslint-env mocha */
|
|
|
|
describe('ChromeLauncher', function () {
|
|
it('works', function () {
|
|
return 1 + 1 === 2
|
|
})
|
|
})
|