Skip to content

Commit

Permalink
correct imports
Browse files Browse the repository at this point in the history
  • Loading branch information
amk221 committed Dec 18, 2023
1 parent 3bc9ce2 commit 34e0c22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/integration/flash-messages/component-test.gjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { module, test } from 'qunit';
import { setupRenderingTest } from 'ember-qunit';
import { setupRenderingTest } from 'dummy/tests/helpers';
import {
waitUntil,
render,
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/message/component-test.gjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { module, test } from 'qunit';
import { setupRenderingTest } from 'ember-qunit';
import { setupRenderingTest } from 'dummy/tests/helpers';
import { render, click, find, settled, waitFor } from '@ember/test-helpers';
import waitForAnimation from 'dummy/tests/helpers/wait-for-animation';
import { tracked } from '@glimmer/tracking';
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/services/flash-message-test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { module, test } from 'qunit';
import { setupTest } from 'ember-qunit';
import { setupTest } from 'dummy/tests/helpers';
const { isArray } = Array;

module('service:flash-message', function (hooks) {
Expand Down

0 comments on commit 34e0c22

Please sign in to comment.