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 ]
2
2
3
3
> A little helper to unit test React components in the open source [ Cypress.io] ( https://www.cypress.io/ ) E2E test runner ** v4.5.0+**
4
4
@@ -350,7 +350,7 @@ DEBUG=cypress-react-unit-test,find-webpack
350
350
351
351
### From v3 to v4
352
352
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 )
354
354
355
355
- the ` cy.mount ` is now simply ` import { mount } from 'cypress-react-unit-test' `
356
356
- 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:
280
280
filters :
281
281
branches :
282
282
only :
283
- - master
283
+ - main
284
284
# we need newer Node for semantic release
285
285
executor : cypress/base-12
286
286
requires :
You can’t perform that action at this time.
0 commit comments