Skip to content

Commit

Permalink
Merge pull request #241 from Windvis/cleanup/helper-blueprint-remove-…
Browse files Browse the repository at this point in the history
…unit-test-references

Remove the `--test-type` option from the helper-test blueprint
  • Loading branch information
jenweber authored Dec 2, 2021
2 parents 38cb374 + 2f0fb8d commit b0828a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion guides/advanced-use/blueprints.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The accompanying test is in another blueprint. It has the same name with a `-tes
blueprints/helper-test
├── files
│ └── tests
│ └── unit
│ └── integration
│ └── helpers
│ └── __name__-test.js
└── index.js
Expand Down
8 changes: 3 additions & 5 deletions guides/advanced-use/cli-commands-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,13 +286,11 @@ ember generate helper-addon <name>
#### `ember generate helper-test`
Generates a helper integration test or a unit test.
Generates a helper integration test.
```bash
ember generate helper-test <name> <options...>
Generates a helper integration test or a unit test.
--test-type (integration, unit) (Default: integration)
aliases: -i (--test-type=integration), -u (--test-type=unit), --integration (--test-type=integration), -unit (--test-type=unit)
ember generate helper-test <name>
Generates a helper integration test.
```
#### `ember generate initializer`
Expand Down

0 comments on commit b0828a4

Please sign in to comment.