A theme for the QUnit web UI test runner based on the Ember styleguide.
npm install --save-dev qunit-theme-ember
# or
yarn add --dev qunit-theme-ember
# or
pnpm install --save-dev qunit-theme-ember
// your-app/tests/test-helper.js
// ... other imports
import 'qunit-theme-ember/qunit.css';
To preview this locally, open the test/index.html
file in your browser.