UNPKG

124 BJavaScriptView Raw
1/* eslint-env mocha */
2
3describe('ChromeLauncher', function () {
4 it('works', function () {
5 return 1 + 1 === 2
6 })
7})