1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/test/e2e
Mark Stacey 14d85b1332
Make JSDoc formatting more consistent (#9796)
A few inconsistencies in JSDoc formatting have been fixed throughout
the project. Many issues remain; these were just the few things that
were easy to fix with a regular expression.

The changes include:

* Using lower-case for primitive types, but capitalizing non-primitive
 types
* Separating the parameter identifier and the description with a dash
* Omitting a dash between the return type and the return description
* Ensuring the parameter type is first and the identifier is second (in
 a few places it was backwards)
* Using square brackets to denote when a parameter is optional, rather
 than putting "(optional)" in the parameter description
* Including a type and identifier with every parameter
* Fixing inconsistent spacing, except where it's used for alignment
* Remove incorrectly formatted `@deprecated` tags that reference non-
 existent properties
* Remove lone comment block without accompanying function

Additionally, one parameter was renamed for clarity.
2020-11-10 14:00:41 -03:30
..
fixtures Remove localhost provider type (#9551) 2020-10-12 12:05:40 -07:00
mock-3box [RFC] add prettier to eslint (#8595) 2020-11-02 17:41:28 -06:00
send-eth-with-private-key-test I5849 incremental account security (#6874) 2019-08-02 01:27:26 -02:30
tests [RFC] add prettier to eslint (#8595) 2020-11-02 17:41:28 -06:00
webdriver Make JSDoc formatting more consistent (#9796) 2020-11-10 14:00:41 -03:30
address-book.spec.js [RFC] add prettier to eslint (#8595) 2020-11-02 17:41:28 -06:00
benchmark.js [RFC] add prettier to eslint (#8595) 2020-11-02 17:41:28 -06:00
ethereum-on.spec.js [RFC] add prettier to eslint (#8595) 2020-11-02 17:41:28 -06:00
fixture-server.js [RFC] add prettier to eslint (#8595) 2020-11-02 17:41:28 -06:00
from-import-ui.spec.js [RFC] add prettier to eslint (#8595) 2020-11-02 17:41:28 -06:00
ganache.js [RFC] add prettier to eslint (#8595) 2020-11-02 17:41:28 -06:00
helpers.js [RFC] add prettier to eslint (#8595) 2020-11-02 17:41:28 -06:00
incremental-security.spec.js [RFC] add prettier to eslint (#8595) 2020-11-02 17:41:28 -06:00
metamask-responsive-ui.spec.js [RFC] add prettier to eslint (#8595) 2020-11-02 17:41:28 -06:00
metamask-ui.spec.js Make all UI tabs accessible via keyboard (#9518) 2020-11-05 12:05:41 -06:00
permissions.spec.js [RFC] add prettier to eslint (#8595) 2020-11-02 17:41:28 -06:00
run-all.sh Retry e2e tests 3 times (#9070) 2020-07-23 20:01:42 -02:30
send-edit.spec.js [RFC] add prettier to eslint (#8595) 2020-11-02 17:41:28 -06:00
signature-request.spec.js Use signTypedDataV4 instead of signTypedData in e2e tests 2020-11-03 21:51:59 -08:00
threebox.spec.js [RFC] add prettier to eslint (#8595) 2020-11-02 17:41:28 -06:00