Skip to content
This repository was archived by the owner on Mar 5, 2022. It is now read-only.

Commit 01469b5

Browse files
committed
a few branch renames
1 parent 07adc02 commit 01469b5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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')`

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)