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

Commit

Permalink
set release branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Jun 17, 2020
1 parent 01469b5 commit cf46b13
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cypress/component/advanced/set-timeout-example/app-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { mount } from 'cypress-react-unit-test'
import App from './App'

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

it('renders without crashing', () => {
cy.viewport(800, 800)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { mount } from 'cypress-react-unit-test'
import LoadingIndicator from './LoadingIndicator'

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

describe('LoadingIndicator', () => {
describe('when isLoading is false', () => {
Expand Down
2 changes: 1 addition & 1 deletion lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export const mount = (jsx: React.ReactElement, options: MountOptions = {}) => {

/**
* Removes the mounted component
* @see https://github.com/bahmutov/cypress-react-unit-test/tree/master/cypress/component/basic/unmount
* @see https://github.com/bahmutov/cypress-react-unit-test/tree/main/cypress/component/basic/unmount
* @example
```
import { mount, unmount } from 'cypress-react-unit-test'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
},
"release": {
"branches": [
"master",
"main",
{
"name": "feature/cypress-mount-mode",
"prerelease": "cypress-mount-mode"
Expand Down

0 comments on commit cf46b13

Please sign in to comment.