Skip to content

Commit

Permalink
Merge pull request #507 from deanmarano/patch-1
Browse files Browse the repository at this point in the history
Update setup-middleware-reporter.ts
  • Loading branch information
Andrew A Lee authored Jun 8, 2023
2 parents 1f9fcb8 + b0cc18c commit b1121fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon-test-support/setup-middleware-reporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export async function middlewareReporter(axeResults: AxeResults) {
const context = getContext();
if (!context) {
throw new Error(
'You tried to run ember-a11y-testing without calling one of the `setupTest` helpers from `@ember/test-helpers`. Please make sure yoru test setup calls `setupTest()`, `setupRenderingTest()`, or `setupApplicationTest()`!'
'You tried to run ember-a11y-testing without calling one of the `setupTest` helpers from `@ember/test-helpers`. Please make sure your test setup calls `setupTest()`, `setupRenderingTest()`, or `setupApplicationTest()`!'
);
}
let testMetaData = getTestMetadata(context);
Expand Down

0 comments on commit b1121fb

Please sign in to comment.