UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

14 lines (10 loc) 299 B
require('../spec_helper') import { expect } from 'chai' const api = require('../..') describe('launcher', () => { it('has all needed methods', () => { expect(api.launch).to.be.a('function') expect(api.detect).to.be.a('function') expect(api.detectByPath).to.be.a('function') }) })