UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

16 lines (12 loc) 299 B
/// <reference types="cypress"/> /* eslint-disable */ /* EXPECT: { expectedResults: { totalFailed: 1 }, // https://github.com/cypress-io/cypress-webpack-preprocessor/issues/64 stdoutInclude: 'Webpack Compilation Error' } */ describe('foo', ()=>{ it('has syntax error' () => {}}) })