lix-website/themes/lix/assets/bootstrap/node_modules/karma-firefox-launcher/test/index.spec.js
2024-04-26 22:49:34 -06:00

13 lines
201 B
JavaScript

/* eslint-env mocha */
'use strict'
describe('FirefoxLauncher', function () {
it('works', function () {
const result = 1 + 1
if (result !== 2) {
throw new Error('fail')
}
})
})