1
0
forked from Rowland/EG
EG/Cesium-1.132/node_modules/karma-firefox-launcher/test/index.spec.js
2025-08-25 17:48:13 +08: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')
}
})
})