Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop ember qunit less than v6 #2031

Merged
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,8 @@ jobs:
matrix:
embroider: ["true", "false"]
ember-try-scenario:
- ember-qunit-4
- ember-qunit-5
- ember-lts-3.28
- ember-lts-4.12

steps:
- uses: actions/[email protected]
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ or using [`yarn`](https://yarnpkg.com/):
yarn add --dev qunit-dom
```

### Ember projects using `ember-qunit` v5.x and above
### Ember projects using `ember-qunit` v6.x and above

Import and run the `setup` function in your `test-helper.js` file:

Expand All @@ -59,10 +59,6 @@ start();

This will attach the APIs to QUnit's `assert` object.

### Ember projects using `ember-qunit` v4.x and below

`qunit-dom` will automatically attach the APIs to QUnit's `assert` object. No extra setup required :tada:.

### `<script>` Tag

Load `qunit-dom.js` *after* `qunit.js`:
Expand Down
Loading