This repository was archived by the owner on Mar 5, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- # cypress-react-unit-test [ ![ CircleCI] ( https://circleci.com/gh/bahmutov/cypress-react-unit-test/tree/master .svg?style=svg )] ( https://circleci.com/gh/bahmutov/cypress-react-unit-test/tree/master ) [ ![ Cypress.io tests] ( https://img.shields.io/badge/cypress.io-tests-green.svg?style=flat-square )] ( https://dashboard.cypress.io/#/projects/z9dxah ) [ ![ renovate-app badge] [ renovate-badge ]] [ renovate-app ]
1+ # cypress-react-unit-test [ ![ CircleCI] ( https://circleci.com/gh/bahmutov/cypress-react-unit-test/tree/main .svg?style=svg )] ( https://circleci.com/gh/bahmutov/cypress-react-unit-test/tree/main ) [ ![ Cypress.io tests] ( https://img.shields.io/badge/cypress.io-tests-green.svg?style=flat-square )] ( https://dashboard.cypress.io/#/projects/z9dxah ) [ ![ renovate-app badge] [ renovate-badge ]] [ renovate-app ]
22
33> A little helper to unit test React components in the open source [ Cypress.io] ( https://www.cypress.io/ ) E2E test runner ** v4.5.0+**
44
@@ -350,7 +350,7 @@ DEBUG=cypress-react-unit-test,find-webpack
350350
351351### From v3 to v4
352352
353- The old v3 ` master ` branch is available as branch [ v3] ( https://github.com/bahmutov/cypress-react-unit-test/tree/v3 )
353+ The old v3 ` main ` branch is available as branch [ v3] ( https://github.com/bahmutov/cypress-react-unit-test/tree/v3 )
354354
355355- the ` cy.mount ` is now simply ` import { mount } from 'cypress-react-unit-test' `
356356- the support file is simply ` require('cypress-react-unit-test/support') `
Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ workflows:
280280 filters :
281281 branches :
282282 only :
283- - master
283+ - main
284284 # we need newer Node for semantic release
285285 executor : cypress/base-12
286286 requires :
You can’t perform that action at this time.
0 commit comments