UNPKG

create-cesiumjs

Version:

The recommended way to start a Vite-powered CesiumJS project

12 lines (9 loc) 248 B
describe('My First Test', function () { before((browser) => { browser.init() }) it('visits the app root url', function () { browser.assert.textContains('.green', 'You did it!') }) after((browser) => browser.end()) })