horse-betting/btc-ui-app-2/node_modules/karma-chrome-launcher/examples/simple/index.spec.js
2025-06-19 16:39:08 +05:30

8 lines
124 B
JavaScript

/* eslint-env mocha */
describe('ChromeLauncher', function () {
it('works', function () {
return 1 + 1 === 2
})
})