{"library":"qunit-theme-ember","title":"QUnit Ember Theme","description":"qunit-theme-ember provides a visual theme for the QUnit web UI test runner, specifically styling it to align with the official Ember styleguide. The package is currently stable at version 1.0.0, which was released to indicate maturity and stability without introducing any breaking changes since version 0.2.0. As a CSS-only package, its release cadence is generally tied to updates in the Ember styleguide or QUnit's internal DOM structure, implying infrequent but deliberate releases focused on maintaining compatibility and visual fidelity. Its primary differentiator is its direct integration with the Ember ecosystem's aesthetic, offering a consistent and familiar visual experience for developers working on Ember applications that utilize QUnit for unit and integration testing, making test results feel native to the Ember development environment.","language":"javascript","status":"active","last_verified":"Sun Apr 19","install":{"commands":["npm install qunit-theme-ember"],"cli":null},"imports":["import 'qunit-theme-ember/qunit.css';"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"npm install --save-dev qunit-theme-ember\n// or\nyarn add --dev qunit-theme-ember\n// or\npnpm install --save-dev qunit-theme-ember\n\n// In your QUnit test setup file, e.g., your-app/tests/test-helper.js\n// Make sure this import comes after QUnit's core setup\nimport 'qunit-theme-ember/qunit.css';\n\n// Example of a basic QUnit test file (e.g., tests/unit/example-test.js)\nimport { module, test } from 'qunit';\n\nmodule('Unit | Example', function(hooks) {\n  test('it works', function(assert) {\n    assert.ok(true, 'Example test passed');\n  });\n});","lang":"javascript","description":"Installs the QUnit Ember theme package and imports its CSS styles into a QUnit test suite, demonstrating a basic test setup.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}