mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-04 21:49:50 -06:00
5 lines
89 B
JavaScript
5 lines
89 B
JavaScript
/* eslint-env mocha */
|
|
describe('mocha sanity check', () => {
|
|
it('works', () => {})
|
|
})
|