1.0.0 • Published 1 year ago

qunit-theme-ember v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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.

1.0.0

1 year ago

0.2.0

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago