Skip to content

Commit

Permalink
Merge pull request #234 from ember-a11y/pin-ember-qunit
Browse files Browse the repository at this point in the history
  • Loading branch information
scalvert authored Feb 4, 2021
2 parents be7394c + 9125c64 commit 4955523
Show file tree
Hide file tree
Showing 4 changed files with 1,494 additions and 442 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"devDependencies": {
"@ember/jquery": "^1.1.0",
"@ember/optional-features": "^2.0.0",
"@ember/test-helpers": "^2.0.0",
"@ember/test-helpers": "^2.1.0",
"@glimmer/component": "^1.0.1",
"@glimmer/tracking": "^1.0.1",
"@types/ember": "^3.16.0",
Expand All @@ -70,7 +70,7 @@
"ember-export-application-global": "^2.0.1",
"ember-load-initializers": "^2.1.1",
"ember-maybe-import-regenerator": "^0.1.6",
"ember-qunit": "^5.0.0-beta.4",
"ember-qunit": "5.0.0",
"ember-radio-button": "^2.0.1",
"ember-resolver": "^8.0.2",
"ember-sinon": "^5.0.0",
Expand All @@ -89,7 +89,7 @@
"node-fetch": "^2.6.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.5",
"qunit": "^2.11.0",
"qunit": "^2.14.0",
"release-it": "^14.0.0",
"release-it-lerna-changelog": "^3.0.0",
"sass": "^1.26.10",
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/reporter-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module('reporter', function (hooks) {
assert.expect(1);

setCustomReporter(async (axeResult: AxeResults) => {
assert.equal(axeResult.violations.length, 3);
assert.equal(axeResult.violations.length, 5);
});

await visit('/');
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/setup-middleware-reporter-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ module('setupMiddlewareReporter', function (hooks) {

_pushTestResult();

assert.deepEqual(_TEST_SUITE_RESULTS[0].violations.length, 3);
assert.deepEqual(_TEST_SUITE_RESULTS[0].violations.length, 5);
});
});
Loading

0 comments on commit 4955523

Please sign in to comment.