Skip to content

Commit

Permalink
docs: document installation
Browse files Browse the repository at this point in the history
  • Loading branch information
ignace committed Dec 9, 2023
1 parent f43fa30 commit 16e3c21
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,23 @@ A theme for the QUnit web UI test runner based on the [Ember styleguide](https:/

## Installation

TODO
### 1. Install the package

```sh
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

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

## Contributing

Expand Down

0 comments on commit 16e3c21

Please sign in to comment.