mirror of
https://github.com/cypress-io/cypress.git
synced 2026-03-10 11:30:17 -05:00
5 lines
89 B
JavaScript
5 lines
89 B
JavaScript
/* eslint-env mocha */
|
|
describe('mocha sanity check', () => {
|
|
it('works', () => {})
|
|
})
|