UNPKG

karma-firefox-launcher

Version:
13 lines (10 loc) 201 B
/* eslint-env mocha */ 'use strict' describe('FirefoxLauncher', function () { it('works', function () { const result = 1 + 1 if (result !== 2) { throw new Error('fail') } }) })