Skip to content

Commit

Permalink
Fix broken test import (#314)
Browse files Browse the repository at this point in the history
Update all-test.ts
  • Loading branch information
jeffdaley authored Aug 29, 2023
1 parent c83dbdc commit 02a554e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/tests/acceptance/authenticated/all-test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { click, visit } from "@ember/test-helpers";
import { setupApplicationTest } from "ember-qunit";
import { module, test } from "qunit";
import { module, test, todo } from "qunit";
import { authenticateSession } from "ember-simple-auth/test-support";
import { MirageTestContext, setupMirage } from "ember-cli-mirage/test-support";
import { getPageTitle } from "ember-page-title/test-support";
Expand Down

0 comments on commit 02a554e

Please sign in to comment.