Skip to content

Commit

Permalink
Change "AE" to "App Extension (AE)" (quasarframework#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
bonafideduck authored May 20, 2022
1 parent 8a67af7 commit 6af3ee3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ The packages in this repo follow the following naming convention:
- @quasar/app-extension-testing-e2e-\*
- @quasar/app-extension-testing-quality

Quasar internally maps extensions (pruning "app-extension-") when running `quasar ext ...` commands, eg. `jest` test-runner AE id would be `@quasar/testing-unit-jest`.
Quasar internally maps extensions (pruning "app-extension-") when running `quasar ext ...` commands, eg. `jest` test-runner App Extension (AE) id would be `@quasar/testing-unit-jest`.

If you would like to help us add official harnesses, please open an issue or get in touch on Quasar Discord server #testing channel.
Avoid opening PRs without getting in touch with us, as we may refuse to merge integrations we cannot commit to maintain.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The Test Driven Design approach will help you to write better (and fewer) tests.

## Donations

The Quasar team spend a considerabile amount of time studying, coding and maintaining App Extensions which save literally thousands of developers hours, days or weeks of work.
The Quasar team spend a considerabile amount of time studying, coding and maintaining App Extensions (AE) which save literally thousands of developers hours, days or weeks of work.

Does your business or personal projects depend on these App Extensions? How much time did we save you until now? Consider [donating](https://github.com/sponsors/rstoenescu) to help us maintain them and allow us to create new ones!

Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-cypress/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Add into your `.eslintrc.js` the following code:

---

This AE manages Quasar and Cypress integration for you, both for JavaScript and TypeScript.
This App Extension (AE) manages Quasar and Cypress integration for you, both for JavaScript and TypeScript.

Some custom commands are included out-of-the-box:

Expand Down
2 changes: 1 addition & 1 deletion packages/testing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
$ quasar ext add @quasar/testing
```

This AE is meant to centralize the management of all testing harnesses.
This App Extension (AE) is meant to centralize the management of all testing harnesses.

When added (or re-added) it will let you choose which testing harnesses you want and install them.
It will provide a new `quasar test` command which you can use to run your tests.
Expand Down
2 changes: 1 addition & 1 deletion packages/unit-jest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $ quasar ext add @quasar/testing-unit-jest@alpha
> This package is in **alpha** phase. The public API may still change as we collect community feedback.
> Notice that we rely on "@vue/test-utils" (VTU, currently in RC phase) and "vue-jest" (currently in alpha phase) and may not release the **stable** version of this package until those packages are released as **stable** too.
This AE manages Quasar and Jest integration for you, both for JavaScript and TypeScript.
This App Extension (AE) manages Quasar and Jest integration for you, both for JavaScript and TypeScript.

What is included:

Expand Down

0 comments on commit 6af3ee3

Please sign in to comment.