File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -311,7 +311,7 @@ keyboard.
311
311
312
312
#### Parameters
313
313
314
- * ` options ` ** [ Object] [ 72 ] ?** optional tab behaviors
314
+ * ` options ` ** [ Object] [ 72 ] ?** optional tab behaviors (optional, default ` {} ` )
315
315
316
316
* ` options.backwards ` ** [ boolean] [ 71 ] ** indicates if the the user navigates backwards (optional, default ` false ` )
317
317
* ` options.unRestrainTabIndex ` ** [ boolean] [ 71 ] ** indicates if tabbing should throw an error when tabindex is greater than 0 (optional, default ` false ` )
@@ -891,7 +891,7 @@ Sets up the basic framework used by application tests.
891
891
892
892
* ` context ` ** [ Object] [ 72 ] ** the context to setup
893
893
894
- Returns ** [ Promise] [ 66 ] < [ Object ] [ 72 ] >** resolves with the context that was setup
894
+ Returns ** [ Promise] [ 66 ] \< void >** resolves when the context is set up
895
895
896
896
### validateErrorHandler
897
897
@@ -1018,7 +1018,7 @@ Returns deprecations which have occured so far for a the current test context
1018
1018
1019
1019
### Parameters
1020
1020
1021
- * ` callback ` ** CallableFunction ?** The callback that when executed will have its DeprecationFailure recorded
1021
+ * ` callback ` ** [ Function ] [ 79 ] ?** The callback that when executed will have its DeprecationFailure recorded
1022
1022
1023
1023
### Examples
1024
1024
@@ -1076,7 +1076,7 @@ Returns warnings which have occured so far for a the current test context
1076
1076
1077
1077
### Parameters
1078
1078
1079
- * ` callback ` ** CallableFunction ?** The callback that when executed will have its warnings recorded
1079
+ * ` callback ` ** [ Function ] [ 79 ] ?** The callback that when executed will have its warnings recorded
1080
1080
1081
1081
### Examples
1082
1082
Original file line number Diff line number Diff line change 29
29
"prepack" : " yarn build" ,
30
30
"postpack" : " rimraf addon-test-support/**/*.js public-types" ,
31
31
"clean" : " git clean -x -f" ,
32
- "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" ,
32
+ "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" ,
33
33
"lint" : " npm-run-all lint:*" ,
34
34
"lint:js" : " eslint --cache ." ,
35
35
"lint:ts" : " tsc --noEmit && tsc --noEmit --project type-tests" ,
You can’t perform that action at this time.
0 commit comments