Skip to content

IgnaceMaes/qunit-theme-ember

Folders and files

NameName
Last commit message
Last commit date
May 9, 2024
Dec 9, 2023
Dec 9, 2023
Dec 4, 2023
May 9, 2024
Dec 4, 2023
Dec 9, 2023
May 9, 2024
Dec 9, 2023
Dec 9, 2023
Dec 9, 2023

Repository files navigation

QUnit Ember Theme

A theme for the QUnit web UI test runner based on the Ember styleguide.

Preview

👉 View the live demo

Installation

1. Install the package

npm install --save-dev qunit-theme-ember
# or
yarn add --dev qunit-theme-ember
# or
pnpm install --save-dev qunit-theme-ember

2. Import the theme in your test suite

// your-app/tests/test-helper.js
// ... other imports
import 'qunit-theme-ember/qunit.css';

Contributing

To preview this locally, open the test/index.html file in your browser.