Skip to content

Commit

Permalink
docs: document theme option
Browse files Browse the repository at this point in the history
  • Loading branch information
ignace committed Dec 10, 2023
1 parent de970cf commit e4de39c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions addon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,13 @@ module.exports = function (defaults) {
* removes the CSS for the test-container (where the app and components are rendered to)
*/
disableContainerStyles: true,
/**
* default: 'ember'
* options: 'ember' | 'qunit-default'
*
* Sets the theme for the Web UI of the test runner. Use a different value to disable loading any theme, allowing you to provide your own external one.
*/
theme: 'ember',
},
},
},
Expand Down

0 comments on commit e4de39c

Please sign in to comment.