1
0
forked from Rowland/EG
EG/Cesium-1.132/node_modules/karma-chrome-launcher/examples/simple/index.spec.js
2025-08-25 17:48:13 +08:00

8 lines
124 B
JavaScript

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