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

Commit cf46b13

Browse files
committed
set release branch to main
1 parent 01469b5 commit cf46b13

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

cypress/component/advanced/set-timeout-example/app-spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { mount } from 'cypress-react-unit-test'
44
import App from './App'
55

66
// compare to test in
7-
// https://github.com/bruceharris/react-unit-testing-example/blob/master/src/App.test.js
7+
// https://github.com/bruceharris/react-unit-testing-example/blob/main/src/App.test.js
88

99
it('renders without crashing', () => {
1010
cy.viewport(800, 800)

cypress/component/advanced/set-timeout-example/loading-indicator-spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { mount } from 'cypress-react-unit-test'
44
import LoadingIndicator from './LoadingIndicator'
55

66
// compare these tests to Jest + Enzyme tests in
7-
// https://github.com/bruceharris/react-unit-testing-example/blob/master/src/components/LoadingIndicator.test.js
7+
// https://github.com/bruceharris/react-unit-testing-example/blob/main/src/components/LoadingIndicator.test.js
88

99
describe('LoadingIndicator', () => {
1010
describe('when isLoading is false', () => {

lib/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ export const mount = (jsx: React.ReactElement, options: MountOptions = {}) => {
140140

141141
/**
142142
* Removes the mounted component
143-
* @see https://github.com/bahmutov/cypress-react-unit-test/tree/master/cypress/component/basic/unmount
143+
* @see https://github.com/bahmutov/cypress-react-unit-test/tree/main/cypress/component/basic/unmount
144144
* @example
145145
```
146146
import { mount, unmount } from 'cypress-react-unit-test'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
},
132132
"release": {
133133
"branches": [
134-
"master",
134+
"main",
135135
{
136136
"name": "feature/cypress-mount-mode",
137137
"prerelease": "cypress-mount-mode"

0 commit comments

Comments
 (0)