Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated test fixtures #12

Merged
merged 5 commits into from
Jan 31, 2023
Merged

Updated test fixtures #12

merged 5 commits into from
Jan 31, 2023

Conversation

ijlee2
Copy link
Owner

@ijlee2 ijlee2 commented Jan 31, 2023

Background

Currently, we use reserved words to quickly denote the type of a fixture project:

  • customization - represents an end-developer passing --addon-location, --test-app-location, and --test-app-name (any combination thereof)
  • glint - a TypeScript project with Glint
  • javascript - a JavaScript project without Glint
  • typescript - a TypeScript project without Glint

We can see these reserved words in the file names in shared-test-setups.

Given the definitions above, ember-container-query-typescript is a misnomer because the project has Glint.

What changed?

In commits 1-3, I fixed some copy mistakes that I had made during the infancy of this project.

In commit 4, I made a copy of ember-container-query-typescript and named the fixture folder ember-container-query-glint.

In commit 5, I removed references to Glint from ember-container-query-typescript.

@ijlee2 ijlee2 added the enhance: documentation Issue asks for better documentation (e.g. README, code, tests) label Jan 31, 2023
@ijlee2 ijlee2 marked this pull request as ready for review January 31, 2023 20:20
@ijlee2 ijlee2 merged commit 678e931 into main Jan 31, 2023
@ijlee2 ijlee2 deleted the refactor-code-part-8 branch January 31, 2023 20:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhance: documentation Issue asks for better documentation (e.g. README, code, tests)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant