-
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
The following tables keep track of the progress toward porting over integration tests from Prettier.
Read this if you'd like to help!
Completed
Will not migrate
| Test File | Notes |
|---|---|
| cache.js | Caching is implemented differently in prettier-cli |
| doc-builders.js | builders don't exist in prettier-cli |
| doc-mark-as-root.js | builders don't exist in prettier-cli |
| doc-printer.js | builders don't exist in prettier-cli |
| doc-trim.js | builders don't exist in prettier-cli |
| doc-utils-clean-doc.js | builders don't exist in prettier-cli |
| debug-api.js | Debug API will not be part of prettier-cli |
| debug-check.js | --debug-check is not supported |
| debug-print-ast.js | --debug-print-ast is not supported |
| debug-print-comments.js | --debug-print-ast is not supported |
| debug-print-doc.js | --debug-print-doc is not supported |
| format-ast.js | Debug API is unsupported |
| format.js | CLI uses format itself from prettier |
| file-info.js | --file-info is unsupported |
| help-options.js | --help for individual options is unsupported |
| line-suffix-boundary.js | builders don't exist in prettier-cli |
| mockable.js | debug API is unsupported |
| parser-api.js | parser API is part of prettier |
| performance-flags.js | Debug API is unsupported |
| piped-output.js | Combining write/check/list-different is not supported |
| plugin-api-embed.js | prettier API tests |
| plugin-cache.js | prettier API tests |
| print-doc-to-string.js | prettier API tests |
| printer-and-parser.js | prettier API tests |
| resolve-config-file.js | prettier API tests |
| schema.js | prettier API tests |
| support-info.js | not currently supported |
| util-shared.js | prettier API tests |
| plugin-override-buitin-plugins.js | prettier API tests |
| with-config-precedence.js | Config precedence isn't supported |
To migrate
| Test File | Notes |
|---|---|
| bundle.js | |
| cli.js | |
| config-file-typescript.js | Currently unreleased in prettier, and depends on #21 |
| config-invalid.js | |
| config-resolution.js | |
| log-level.js | |
| patterns-dirs.js | |
| stdin-filepath.js | #52 |
| write.js | #53 |
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed