Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ ember exam --path dist --config-file ./testem.cjs
> Specifying the `--path` is important because otherwise ember-cli will try to build your vite app, and it will error.

> [!NOTE]
> Specifying the `--config-path` is important because ember-cli (what backs ember-exam) doesn't know about cjs files.
> Specifying the `--config-file` is important because ember-cli (what backs ember-exam) doesn't know about cjs files.


### Version < `3.0.0`
Expand Down
2 changes: 1 addition & 1 deletion docs-app/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ ember exam --path dist --config-file ./testem.cjs
> Specifying the `--path` is important because otherwise ember-cli will try to build your vite app, and it will error.

> [!NOTE]
> Specifying the `--config-path` is important because ember-cli (what backs ember-exam) doesn't know about cjs files.
> Specifying the `--config-file` is important because ember-cli (what backs ember-exam) doesn't know about cjs files.


### broccoli / ember-cli
Expand Down