Files
flights_web_raw/node_modules/karma-chrome-launcher/examples/simple/index.spec.js
T

8 lines
124 B
JavaScript

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