UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

7 lines (5 loc) 152 B
const path = require('path') module.exports = { spec: 'test/unit/**/*.spec.{js,ts,tsx,jsx}', require: path.resolve(__dirname, 'spec_helper.js'), }