Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

Update README.md #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update README.md
Correct the it-description of the first example
  • Loading branch information
Nicolás Delfino authored Feb 13, 2020
commit 06dcca48fe3646ae00f82e0822ebabcd416b281c
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ require('@cypress/skip-test/support')
Skip this test if running in Electron browser

```js
it('only runs on Electron', () => {
it('runs on everything except Electron', () => {
cy.skipOn('electron')
// the rest of the test
})
Expand Down