Skip to content

Commit

Permalink
Generate documentation
Browse files Browse the repository at this point in the history
(cherry picked from commit ff8bda7)

# Conflicts:
#	package.json
  • Loading branch information
gitKrystan authored and chriskrycho committed Dec 15, 2022
1 parent 95285cc commit 939f29f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions API.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ keyboard.

#### Parameters

* `options` **[Object][72]?** optional tab behaviors
* `options` **[Object][72]?** optional tab behaviors (optional, default `{}`)

* `options.backwards` **[boolean][71]** indicates if the the user navigates backwards (optional, default `false`)
* `options.unRestrainTabIndex` **[boolean][71]** indicates if tabbing should throw an error when tabindex is greater than 0 (optional, default `false`)
Expand Down Expand Up @@ -891,7 +891,7 @@ Sets up the basic framework used by application tests.

* `context` **[Object][72]** the context to setup

Returns **[Promise][66]<[Object][72]>** resolves with the context that was setup
Returns **[Promise][66]\<void>** resolves when the context is set up

### validateErrorHandler

Expand Down Expand Up @@ -1018,7 +1018,7 @@ Returns deprecations which have occured so far for a the current test context

### Parameters

* `callback` **CallableFunction?** The callback that when executed will have its DeprecationFailure recorded
* `callback` **[Function][79]?** The callback that when executed will have its DeprecationFailure recorded

### Examples

Expand Down Expand Up @@ -1076,7 +1076,7 @@ Returns warnings which have occured so far for a the current test context

### Parameters

* `callback` **CallableFunction?** The callback that when executed will have its warnings recorded
* `callback` **[Function][79]?** The callback that when executed will have its warnings recorded

### Examples

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"prepack": "yarn build",
"postpack": "rimraf addon-test-support/**/*.js public-types",
"clean": "git clean -x -f",
"docs": "documentation build --document-exported \"addon-test-support/@ember/test-helpers/index.js\" --config documentation.yml --markdown-toc-max-depth 3 -f md -o API.md",
"docs": "yarn build && documentation build --document-exported \"addon-test-support/@ember/test-helpers/index.js\" --config documentation.yml --markdown-toc-max-depth 3 -f md -o API.md",
"lint": "npm-run-all lint:*",
"lint:js": "eslint --cache .",
"lint:ts": "tsc --noEmit && tsc --noEmit --project type-tests",
Expand Down

0 comments on commit 939f29f

Please sign in to comment.