mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-04 22:10:40 -05:00
docs: WIP, normalizing all of the yields for every command
- all of the straightforward ones are done - still working on the custom / complex ones
This commit is contained in:
@@ -6,6 +6,7 @@ const Promise = require('bluebird')
|
||||
const beepAndLog = require('../lib/beep')
|
||||
const partial = require('../lib/tags/partial')
|
||||
const note = require('../lib/tags/note')
|
||||
const yields = require('../lib/tags/yields')
|
||||
const usageOptions = require('../lib/tags/usage')
|
||||
const { issue, openAnIssue } = require('../lib/tags/issues')
|
||||
const { url, urlHash } = require('../lib/tags/url')
|
||||
@@ -29,6 +30,9 @@ const tags = {
|
||||
// url
|
||||
url: url,
|
||||
urlHash: urlHash,
|
||||
|
||||
// yields
|
||||
yields: yields,
|
||||
}
|
||||
|
||||
// tags which require ending
|
||||
|
||||
Reference in New Issue
Block a user